X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=kernel%2Fdebug%2Fdebug_core.h;h=127d9bc49fb4b24ea6824b12f73befc7fe870012;hb=da89486f03ec5996d87b62d1a26c19e9c5cddf12;hp=572aa4f5677cb7c6034a72e040a6c0b9bd4fcb34;hpb=258d2fbf874c87830664cb7ef41f9741c1abffac;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/kernel/debug/debug_core.h b/kernel/debug/debug_core.h index 572aa4f..127d9bc 100644 --- a/kernel/debug/debug_core.h +++ b/kernel/debug/debug_core.h @@ -75,13 +75,11 @@ extern int kdb_stub(struct kgdb_state *ks); extern int kdb_parse(const char *cmdstr); extern int kdb_common_init_state(struct kgdb_state *ks); extern int kdb_common_deinit_state(void); -#define KGDB_KDB_REASON_SYSTEM_NMI KDB_REASON_SYSTEM_NMI #else /* ! CONFIG_KGDB_KDB */ static inline int kdb_stub(struct kgdb_state *ks) { return DBG_PASS_EVENT; } -#define KGDB_KDB_REASON_SYSTEM_NMI 0 #endif /* CONFIG_KGDB_KDB */ #endif /* _DEBUG_CORE_H_ */