Skip to content

Commit

Permalink
[PATCH] m68knommu: remove NO_FORMAT_VECi from ptrace.h header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jun 28, 2006
1 parent 0e702ab commit 999567d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-m68knommu/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

/*
Expand Down

0 comments on commit 999567d

Please sign in to comment.