IA64 doesn't require this interface. So make it conditional for only X86.
Signed-off-by: Bob Picco <[EMAIL PROTECTED]> include/asm-generic/kgdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.21-kgdb/include/asm-generic/kgdb.h =================================================================== --- linux-2.6.21-kgdb.orig/include/asm-generic/kgdb.h 2007-05-06 09:01:38.000000000 -0400 +++ linux-2.6.21-kgdb/include/asm-generic/kgdb.h 2007-05-07 06:47:44.000000000 -0400 @@ -32,7 +32,7 @@ int kgdb_skipexception(int exception, st #define kgdb_skipexception(exception, regs) 0 #endif -#if defined(CONFIG_X86) || defined(CONFIG_IA64) +#if defined(CONFIG_X86) /** * kgdb_post_master_code - Save error vector/code numbers. * @regs: Original pt_regs. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
