projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e702ab
)
[PATCH] m68knommu: remove NO_FORMAT_VECi from ptrace.h header
author
Greg Ungerer
<gerg@snapgear.com>
Tue, 27 Jun 2006 03:22:07 +0000
(13:22 +1000)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 28 Jun 2006 01:30:14 +0000
(18:30 -0700)
Remove NO_FORMAT_VEC conditional check. It is not used or defined anywhere.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-m68knommu/ptrace.h
patch
|
blob
|
history
diff --git
a/include/asm-m68knommu/ptrace.h
b/include/asm-m68knommu/ptrace.h
index 1e19c457de7de9750f15ae842887aad8f4faf96a..47258e86e8c4a69e996504d52e34abfcea3524a4 100644
(file)
--- a/
include/asm-m68knommu/ptrace.h
+++ b/
include/asm-m68knommu/ptrace.h
@@
-46,11
+46,9
@@
struct pt_regs {
#else
unsigned short sr;
unsigned long pc;
-#ifndef NO_FORMAT_VEC
unsigned format : 4; /* frame format specifier */
unsigned vector : 12; /* vector offset */
#endif
-#endif
};
/*