Update of /cvsroot/mkdump/mkexec/3.0/2.6/include/asm-x86_64
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv979
Modified Files:
mkexec_import.h
Log Message:
Added symbol netdump_func for RHAS4.
Index: mkexec_import.h
===================================================================
RCS file: /cvsroot/mkdump/mkexec/3.0/2.6/include/asm-x86_64/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 27 Mar 2006 06:34:47 -0000 1.2
***************
*** 41,42 ****
--- 41,44 ----
IMPORT_SYMBOL(end_pfn);
IMPORT_SYMBOL(mkdump_send_nmi);
+
+ IMPORT_SYMBOL(netdump_func);
|