diff options
| author | Olof Johansson <olof@lixom.net> | 2012-09-05 15:35:48 -0700 | 
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2012-09-05 15:35:48 -0700 | 
| commit | 1875962377574b4edb7b164001e3e341c25290d5 (patch) | |
| tree | 374a5299403ec21e2d9a66a6548ce876a388b589 /include/linux/kdb.h | |
| parent | 5cbee140a28c2746449ae31e85738043ae4da927 (diff) | |
| parent | c88a79a7789b2909ad1cf69ea2c9142030bbd6f4 (diff) | |
| download | olio-linux-3.10-1875962377574b4edb7b164001e3e341c25290d5.tar.xz olio-linux-3.10-1875962377574b4edb7b164001e3e341c25290d5.zip  | |
Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
* 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
  + sync to 3.6-rc3
Diffstat (limited to 'include/linux/kdb.h')
| -rw-r--r-- | include/linux/kdb.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/kdb.h b/include/linux/kdb.h index 064725854db..42d9e863a31 100644 --- a/include/linux/kdb.h +++ b/include/linux/kdb.h @@ -75,8 +75,6 @@ extern const char *kdb_diemsg;  #define KDB_FLAG_CATASTROPHIC	(1 << 1) /* A catastrophic event has occurred */  #define KDB_FLAG_CMD_INTERRUPT	(1 << 2) /* Previous command was interrupted */  #define KDB_FLAG_NOIPI		(1 << 3) /* Do not send IPIs */ -#define KDB_FLAG_ONLY_DO_DUMP	(1 << 4) /* Only do a dump, used when -					  * kdb is off */  #define KDB_FLAG_NO_CONSOLE	(1 << 5) /* No console is available,  					  * kdb is disabled */  #define KDB_FLAG_NO_VT_CONSOLE	(1 << 6) /* No VT console is available, do  |