Deleted Added
full compact
asm.h (84801) asm.h (92998)
1/* $FreeBSD: head/sys/ia64/include/asm.h 84801 2001-10-11 13:35:31Z dfr $ */
1/* $FreeBSD: head/sys/ia64/include/asm.h 92998 2002-03-23 02:01:27Z obrien $ */
2/* From: NetBSD: asm.h,v 1.18 1997/11/03 04:22:06 ross Exp */
3
4/*
5 * Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
6 * All Rights Reserved.
7 *
8 * Permission to use, copy, modify and distribute this software and its
9 * documentation is hereby granted, provided that both the copyright

--- 191 unchanged lines hidden (view full) ---

201#define __KERNEL_COPYRIGHT(_n, _s) __KERNEL_SECTIONSTRING(.copyright, _s)
202
203#ifdef NO_KERNEL_RCSIDS
204#undef __KERNEL_RCSID
205#define __KERNEL_RCSID(_n, _s) /* nothing */
206#endif
207
208#endif /* _KERNEL */
2/* From: NetBSD: asm.h,v 1.18 1997/11/03 04:22:06 ross Exp */
3
4/*
5 * Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
6 * All Rights Reserved.
7 *
8 * Permission to use, copy, modify and distribute this software and its
9 * documentation is hereby granted, provided that both the copyright

--- 191 unchanged lines hidden (view full) ---

201#define __KERNEL_COPYRIGHT(_n, _s) __KERNEL_SECTIONSTRING(.copyright, _s)
202
203#ifdef NO_KERNEL_RCSIDS
204#undef __KERNEL_RCSID
205#define __KERNEL_RCSID(_n, _s) /* nothing */
206#endif
207
208#endif /* _KERNEL */
209
210#if !defined(lint) && !defined(STRIP_FBSDID)
211#define __FBSDID(s) .ident s
212#else
213#define __FBSDID(s) /* nothing */
214#endif /* not lint and not STRIP_FBSDID */