X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Farm%2Fkernel%2Fsetup.c;h=1cff09a5537a81c55c446efc1a430d33b54dc30c;hb=973b9821248435d0a15f0310bc913366a60e338b;hp=d58a35e506ef3889f37d708e54087b4cf2588414;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c index d58a35e50..1cff09a55 100644 --- a/arch/arm/kernel/setup.c +++ b/arch/arm/kernel/setup.c @@ -8,6 +8,7 @@ * published by the Free Software Foundation. */ #include +#include #include #include #include @@ -61,10 +62,20 @@ extern int _stext, _text, _etext, _edata, _end; unsigned int processor_id; unsigned int __machine_arch_type; +EXPORT_SYMBOL(__machine_arch_type); + unsigned int system_rev; +EXPORT_SYMBOL(system_rev); + unsigned int system_serial_low; +EXPORT_SYMBOL(system_serial_low); + unsigned int system_serial_high; +EXPORT_SYMBOL(system_serial_high); + unsigned int elf_hwcap; +EXPORT_SYMBOL(elf_hwcap); + #ifdef MULTI_CPU struct processor processor; @@ -80,7 +91,10 @@ struct cpu_cache_fns cpu_cache; #endif unsigned char aux_device_present; + char elf_platform[ELF_PLATFORM_SIZE]; +EXPORT_SYMBOL(elf_platform); + char saved_command_line[COMMAND_LINE_SIZE]; unsigned long phys_initrd_start __initdata = 0; unsigned long phys_initrd_size __initdata = 0;