Deleted Added
full compact
asm.h (88790) asm.h (92998)
1/*-
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * William Jolitz.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * from: @(#)DEFS.h 5.1 (Berkeley) 4/23/90
37 * from: FreeBSD: src/sys/i386/include/asm.h,v 1.7 2000/01/25
1/*-
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * William Jolitz.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * from: @(#)DEFS.h 5.1 (Berkeley) 4/23/90
37 * from: FreeBSD: src/sys/i386/include/asm.h,v 1.7 2000/01/25
38 * $FreeBSD: head/sys/sparc64/include/asm.h 88790 2002-01-01 21:21:05Z jake $
38 * $FreeBSD: head/sys/sparc64/include/asm.h 92998 2002-03-23 02:01:27Z obrien $
39 */
40
41#ifndef _MACHINE_ASM_H_
42#define _MACHINE_ASM_H_
43
44#define __ASM__
45
46#include <sys/cdefs.h>

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

92 _START_ENTRY ; \
93 .globl CNAME(x) ; \
94 .type CNAME(x),@function ; \
95CNAME(x):
96
97#define ENTRY(x) _ENTRY(x)
98#define END(x) .size x, . - x
99
39 */
40
41#ifndef _MACHINE_ASM_H_
42#define _MACHINE_ASM_H_
43
44#define __ASM__
45
46#include <sys/cdefs.h>

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

92 _START_ENTRY ; \
93 .globl CNAME(x) ; \
94 .type CNAME(x),@function ; \
95CNAME(x):
96
97#define ENTRY(x) _ENTRY(x)
98#define END(x) .size x, . - x
99
100/*
101 * Kernel RCS ID tag and copyright macros
102 */
103
104#if !defined(lint) && !defined(STRIP_FBSDID)
105#define __FBSDID(s) .ident s
106#else
107#define __FBSDID(s) /* nothing */
108#endif /* not lint and not STRIP_FBSDID */
109
100#endif /* !_MACHINE_ASM_H_ */
110#endif /* !_MACHINE_ASM_H_ */