Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56367
b: refs/heads/master
c: 19fce2b
h: refs/heads/master
i:
  56365: cbf8a48
  56363: 378af0c
  56359: 827e2d2
  56351: f9d6002
v: v3
  • Loading branch information
Robert Reif authored and David S. Miller committed May 14, 2007
1 parent 790cd67 commit 1a8e3b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ac6d4a4b85004dbb907f1d3b34412afe16f3758
refs/heads/master: 19fce2b96655d2b3b758e0f783314678d89b47c5
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <asm/ptrace.h>
#include <asm/psr.h>
#include <asm/page.h>
#include <linux/kdebug.h>
#include <asm/kdebug.h>
#include <asm/winmacro.h>
#include <asm/thread_info.h> /* TI_UWINMASK */
#include <asm/errno.h>
Expand Down
8 changes: 4 additions & 4 deletions trunk/include/asm-sparc/kdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ static inline void sp_enter_debugger(void)
sp_enter_debugger(); \
} while(0)

enum die_val {
DIE_UNUSED,
};

#endif /* !(__ASSEMBLY__) */

/* Some nice offset defines for assembler code. */
Expand All @@ -66,8 +70,4 @@ static inline void sp_enter_debugger(void)
#define KDEBUG_DUNNO2_OFF 0x8
#define KDEBUG_TEACH_OFF 0xc

enum die_val {
DIE_UNUSED,
};

#endif /* !(_SPARC_KDEBUG_H) */

0 comments on commit 1a8e3b6

Please sign in to comment.