aboutsummaryrefslogtreecommitdiff
path: root/include/asm-m68knommu
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2006-06-27 13:22:07 +1000
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-27 18:30:14 -0700
commit999567d829b191b2cb7fd8dee31d5bccc81d7c55 (patch)
treef684df92c99b85bace4ae5875b608c01a3fd181f /include/asm-m68knommu
parent0e702ab38b0eed1ea5968f3b60b352e814172c27 (diff)
[PATCH] m68knommu: remove NO_FORMAT_VECi from ptrace.h header
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>
Diffstat (limited to 'include/asm-m68knommu')
-rw-r--r--include/asm-m68knommu/ptrace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-m68knommu/ptrace.h b/include/asm-m68knommu/ptrace.h
index 1e19c457de7..47258e86e8c 100644
--- 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
};
/*