]> git.baikalelectronics.ru Git - kernel.git/commit
x86: include proper prototypes for rodata_test
authorHarvey Harrison <harvey.harrison@gmail.com>
Tue, 12 Feb 2008 20:12:01 +0000 (12:12 -0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 14 Feb 2008 22:30:20 +0000 (23:30 +0100)
commit67e98398f44059c0e9894adbf342baf339d803e1
tree1894ef2da0b9a5c6e2bc4b9e21a6cfcb515474df
parentb9688e45059292a92e7db8eba0b454c643eaa293
x86: include proper prototypes for rodata_test

extern should not appear in C files.  Also, the definitions
do not match the prototype currently, not sure what way you
want to go with this, I've switched the prototype to return
int, but I can see going to the void return as well.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/test_rodata.c
arch/x86/mm/init_32.c
arch/x86/mm/init_64.c
include/asm-x86/cacheflush.h