mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
o Revert previous commit in asm.h. There's no need to undefine
__FBSDID first, because it should not be defined at all, o Remove inclusion of cdefs.h in locore.s. Pointed out by: peter
This commit is contained in:
parent
57f8b17ed0
commit
d8869cc205
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93256
@ -52,7 +52,6 @@
|
||||
* rights to redistribute these changes.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <machine/asm.h>
|
||||
#include <machine/ia64_cpu.h>
|
||||
#include <machine/fpu.h>
|
||||
|
@ -52,7 +52,6 @@
|
||||
* rights to redistribute these changes.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <machine/asm.h>
|
||||
#include <machine/ia64_cpu.h>
|
||||
#include <machine/fpu.h>
|
||||
|
@ -207,7 +207,6 @@ label: ASCIZ msg; \
|
||||
|
||||
#endif /* _KERNEL */
|
||||
|
||||
#undef __FBSDID
|
||||
#if !defined(lint) && !defined(STRIP_FBSDID)
|
||||
#define __FBSDID(s) .ident s
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user