Add #define __NO_STRICT_ALIGNMENT.

This commit is contained in:
tsutsui 2007-06-02 06:34:21 +00:00
parent 59a3d07b9a
commit 9955baccd9
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: types.h,v 1.25 2007/06/01 07:18:31 skrll Exp $ */
/* $NetBSD: types.h,v 1.26 2007/06/02 06:34:21 tsutsui Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -61,6 +61,9 @@ typedef volatile unsigned char __cpu_simple_lock_t;
#define __SIMPLELOCK_LOCKED 0x80 /* result of `tas' insn */
#define __SIMPLELOCK_UNLOCKED 0
/* The m68k does not have strict alignment requirements. */
#define __NO_STRICT_ALIGNMENT
#define __HAVE_SYSCALL_INTERN
#if defined(_KERNEL)