0.9.18.14:
authorThiemo Seufer <ths@networkno.de>
Sun, 29 Oct 2006 20:19:27 +0000 (20:19 +0000)
committerThiemo Seufer <ths@networkno.de>
Sun, 29 Oct 2006 20:19:27 +0000 (20:19 +0000)
Define CAUSEF_BD in the file, Linux 2.6.18 stopped exporting
the define.

src/runtime/mips-linux-os.c
version.lisp-expr

index 17450af..1028b83 100644 (file)
 /* for cacheflush() */
 #include <sys/cachectl.h>
 
-/* for BD_CAUSE */
-#include <asm/mipsregs.h>
-
 #include "sbcl.h"
 #include "os.h"
 #include "arch.h"
 
+#define CAUSEF_BD (1 << 31)
+
 size_t os_vm_page_size;
 
 int
index c969caf..d3e37d0 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.18.13"
+"0.9.18.14"