linux/arch/x86/kernel/acpi
Akinobu Mita b1fceac2b9 x86: remove unnecessary memset and NULL check after alloc_bootmem()
memset and NULL check after alloc_bootmem() are unnecessary.
Because it returns zeroed memory and it never return NULL.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-04-26 17:35:47 +02:00
..
realmode Update .gitignore files 2008-04-25 12:27:32 -07:00
boot.c x86: remove unnecessary memset and NULL check after alloc_bootmem() 2008-04-26 17:35:47 +02:00
cstate.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel 2008-04-21 15:40:24 -07:00
Makefile x86: move suspend wakeup code to C 2008-04-17 17:41:37 +02:00
processor.c x86: remove pointless comments 2008-04-19 19:19:54 +02:00
sleep.c x86: move suspend wakeup code to C 2008-04-17 17:41:37 +02:00
sleep.h x86: move suspend wakeup code to C 2008-04-17 17:41:37 +02:00
wakeup_32.S x86: move suspend wakeup code to C 2008-04-17 17:41:37 +02:00
wakeup_64.S x86: move suspend wakeup code to C 2008-04-17 17:41:37 +02:00
wakeup_rm.S x86: move suspend wakeup code to C 2008-04-17 17:41:37 +02:00