From: kaku <fk...@us...> - 2006-03-26 23:54:43
|
Update of /cvsroot/mkdump/mkexec/3.0/2.6/include/asm-i386 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7908 Modified Files: mkexec_import.h Log Message: Added symbols for RHAS4. Index: mkexec_import.h =================================================================== RCS file: /cvsroot/mkdump/mkexec/3.0/2.6/include/asm-i386/mkexec_import.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mkexec_import.h 14 Feb 2006 05:30:26 -0000 1.1 --- mkexec_import.h 26 Mar 2006 23:54:39 -0000 1.2 *************** *** 39,40 **** --- 39,44 ---- IMPORT_SYMBOL(kallsyms_lookup_name); + IMPORT_SYMBOL(genapic); + IMPORT_SYMBOL(__supported_pte_mask); + IMPORT_SYMBOL(__PAGE_KERNEL_EXEC); + IMPORT_SYMBOL(netdump_func); |