1
0
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:
Marcel Moolenaar 2002-03-27 02:20:09 +00:00
parent 57f8b17ed0
commit d8869cc205
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93256
3 changed files with 0 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -207,7 +207,6 @@ label: ASCIZ msg; \
#endif /* _KERNEL */
#undef __FBSDID
#if !defined(lint) && !defined(STRIP_FBSDID)
#define __FBSDID(s) .ident s
#else