Hi,
Patch below fixes a typo in init/Kconfig for option CC_ALIGN_FUNCTIONS.
-- Cal
Signed-off-by: Cal Peake <[email protected]>
--- linux-2.6.10-rc2-bk4/init/Kconfig 2004-11-19 19:47:46.000000000 -0500
+++ linux-2.6.10-rc2-bk4-cp1/init/Kconfig 2004-11-19 20:18:33.000000000 -0500
@@ -326,7 +326,7 @@
which may be appropriate on small systems without swap.
config CC_ALIGN_FUNCTIONS
- int "Function alignment" if EMBDEDDED
+ int "Function alignment" if EMBEDDED
default 0
help
Align the start of functions to the next power-of-two greater than n,