Title: [9053] trunk/arch/blackfin/include/asm/kgdb.h: Fix bug[#6055] Rollback part of patch in last commit.
Revision
9053
Author
sonicz
Date
2010-08-05 03:56:37 -0400 (Thu, 05 Aug 2010)

Log Message

Fix bug[#6055] Rollback part of patch in last commit.

The change to kgdb.h belong to the other patch.

Modified Paths

Diff

Modified: trunk/arch/blackfin/include/asm/kgdb.h (9052 => 9053)


--- trunk/arch/blackfin/include/asm/kgdb.h	2010-08-05 07:49:26 UTC (rev 9052)
+++ trunk/arch/blackfin/include/asm/kgdb.h	2010-08-05 07:56:37 UTC (rev 9053)
@@ -103,11 +103,7 @@
 	asm("EXCPT 2;");
 }
 #define BREAK_INSTR_SIZE	2
-#ifdef CONFIG_SMP
-# define CACHE_FLUSH_IS_SAFE	0
-#else
-# define CACHE_FLUSH_IS_SAFE	1
-#endif
+#define CACHE_FLUSH_IS_SAFE	1
 #define GDB_ADJUSTS_BREAK_OFFSET
 #define GDB_SKIP_HW_WATCH_TEST
 #define HW_INST_WATCHPOINT_NUM	6
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to