* [uml-devel] corrections to 2.4 series incrementals: fix-smp
@ 2004-08-06 18:51 D. Bahi
2004-08-09 21:58 ` Jeff Dike
0 siblings, 1 reply; 2+ messages in thread
From: D. Bahi @ 2004-08-06 18:51 UTC (permalink / raw)
To: user-mode-linux-devel
[-- Attachment #1.1: Type: text/plain, Size: 309 bytes --]
patches to patches ? or, developers can figure this out....
this is a corrected version of the fix-smp patch found on:
http://user-mode-linux.sourceforge.net/patches.html
The line in the available patch incorrectly adds this line:
define_bool CONFIG_SMP $CONFIG_UML_SMP
And thus it fails to apply.
[-- Attachment #1.2: fix-smp.clean --]
[-- Type: text/plain, Size: 739 bytes --]
--- linux-2.4.26_uml-patch-2.4.26-2um.orig/arch/um/config.in 2004-08-01 07:52:46.000000000 -0400
+++ linux-2.4.26_uml-patch-2.4.26-2um_incrementals/arch/um/config.in 2004-08-03 13:40:30.000000000 -0400
@@ -49,8 +49,13 @@
bool 'Management console' CONFIG_MCONSOLE
dep_bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ $CONFIG_MCONSOLE
bool '2G/2G host address space split' CONFIG_HOST_2G_2G
+
bool 'Symmetric multi-processing support' CONFIG_UML_SMP
define_bool CONFIG_SMP $CONFIG_UML_SMP
+if [ "$CONFIG_SMP" = "y" ]; then
+ int 'Maximum number of CPUs (2-32)' CONFIG_NR_CPUS 32
+fi
+
int 'Nesting level' CONFIG_NEST_LEVEL 0
int 'Kernel address space size (in .5G units)' CONFIG_KERNEL_HALF_GIGS 1
bool 'Highmem support' CONFIG_HIGHMEM
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 187 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [uml-devel] corrections to 2.4 series incrementals: fix-smp
2004-08-06 18:51 [uml-devel] corrections to 2.4 series incrementals: fix-smp D. Bahi
@ 2004-08-09 21:58 ` Jeff Dike
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Dike @ 2004-08-09 21:58 UTC (permalink / raw)
To: D. Bahi; +Cc: user-mode-linux-devel
dbahi@enterasys.com said:
> The line in the available patch incorrectly adds this line:
> define_bool CONFIG_SMP $CONFIG_UML_SMP
> And thus it fails to apply.
That was a quilt botch. It's fixed now.
Jeff
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-09 20:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-06 18:51 [uml-devel] corrections to 2.4 series incrementals: fix-smp D. Bahi
2004-08-09 21:58 ` Jeff Dike
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.