/[smeserver]/rpms/booty/sme7/pick-kernel.patch
ViewVC logotype

Diff of /rpms/booty/sme7/pick-kernel.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.3 by slords, Fri Aug 1 18:21:14 2008 UTC Revision 1.4 by slords, Mon Apr 13 21:08:13 2009 UTC
# Line 18  diff -Nur -x '*.orig' -x '*.rej' booty-0 Line 18  diff -Nur -x '*.orig' -x '*.rej' booty-0
18  +                nthreads = (int(nthreads / ncores) or 1) * ncpus  +                nthreads = (int(nthreads / ncores) or 1) * ncpus
19  +  +
20  +        xenkernel = 0  +        xenkernel = 0
21  +        if os.path.exists("/proc/xen"):  +        if os.path.exists("/proc/xen/capabilities"):
22  +            xenkernel = 1  +            xenkernel = 1
23  +  +
24           # get the default image to boot... we have to walk and find it           # get the default image to boot... we have to walk and find it


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed