Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 999567d8 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds
Browse files

[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: default avatarGreg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 0e702ab3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
};

/*