[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>
This commit is contained in:
committed by
Linus Torvalds
parent
0e702ab38b
commit
999567d829
@@ -46,11 +46,9 @@ struct pt_regs {
|
|||||||
#else
|
#else
|
||||||
unsigned short sr;
|
unsigned short sr;
|
||||||
unsigned long pc;
|
unsigned long pc;
|
||||||
#ifndef NO_FORMAT_VEC
|
|
||||||
unsigned format : 4; /* frame format specifier */
|
unsigned format : 4; /* frame format specifier */
|
||||||
unsigned vector : 12; /* vector offset */
|
unsigned vector : 12; /* vector offset */
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user