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-kgdb-testing.git/include/asm-generic/kgdb.h
===================================================================
--- linux-2.6-kgdb-testing.git.orig/include/asm-generic/kgdb.h  2006-09-26 
13:35:35.000000000 -0400
+++ linux-2.6-kgdb-testing.git/include/asm-generic/kgdb.h       2006-09-26 
13:36: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.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Kgdb-bugreport mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to