]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Dropped CPU_NEEDS_ALIGN_* as unaligned.h no longer uses them.
authorMartin Mares <mj@ucw.cz>
Mon, 10 Apr 2000 12:38:15 +0000 (12:38 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 10 Apr 2000 12:38:15 +0000 (12:38 +0000)
sysdep/config.h

index 08526c8703ee7d647f02b4c23673a53de537ffa1..2b4a49d79b3c48720ac88d2530e2f44bc9411f1f 100644 (file)
@@ -29,17 +29,6 @@ typedef u16 word;
 
 #endif
 
-/*
- * Required alignment for multi-byte accesses. We currently don't
- * test these values in configure script, because several CPU's
- * have unaligned accesses emulated by OS and they are slower
- * than a call to memcpy() which is, in fact, often compiled
- * as load/store by GCC on machines which don't require alignment.
- */
-
-#define CPU_NEEDS_ALIGN_WORD 2
-#define CPU_NEEDS_ALIGN_LONG 4
-
 /* Path to configuration file */
 #define PATH_CONFIG PATH_CONFIG_DIR "/bird.conf"
 #define PATH_CONTROL_SOCKET PATH_CONTROL_SOCKET_DIR "/bird.ctl"