File: /usr/src/linux/include/asm-sparc64/head.h

1     /* $Id: head.h,v 1.30 1997/08/08 08:34:33 jj Exp $ */
2     #ifndef _SPARC64_HEAD_H
3     #define _SPARC64_HEAD_H
4     
5     #include <asm/pstate.h>
6     
7     #define KERNBASE    0x400000
8     
9     #endif /* !(_SPARC64_HEAD_H) */
10