Revision b45e516f701e0fc81fb3dbd1ba9db35f991a4465 authored by Linus Torvalds on 02 April 2006, 17:44:36 UTC, committed by Linus Torvalds on 02 April 2006, 17:44:36 UTC
(We'd only added the number, which meant that actually trying
to use splice just went off into la-la-land)

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 683aa40
Raw File
segment.h
#ifndef _ASM_M32R_SEGMENT_H
#define _ASM_M32R_SEGMENT_H

/* $Id$ */

/* orig : i386 (2.4.18) */

#define __KERNEL_CS	0x10
#define __KERNEL_DS	0x18

#define __USER_CS	0x23
#define __USER_DS	0x2B

#endif  /* _ASM_M32R_SEGMENT_H */
back to top