From 28c2c3d4a880a183427123cf7a79c39674a02348 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Sun, 29 Oct 2006 20:19:27 +0000 Subject: [PATCH 1/1] 0.9.18.14: Define CAUSEF_BD in the file, Linux 2.6.18 stopped exporting the define. --- src/runtime/mips-linux-os.c | 5 ++--- version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/runtime/mips-linux-os.c b/src/runtime/mips-linux-os.c index 17450af..1028b83 100644 --- a/src/runtime/mips-linux-os.c +++ b/src/runtime/mips-linux-os.c @@ -20,13 +20,12 @@ /* for cacheflush() */ #include -/* for BD_CAUSE */ -#include - #include "sbcl.h" #include "os.h" #include "arch.h" +#define CAUSEF_BD (1 << 31) + size_t os_vm_page_size; int diff --git a/version.lisp-expr b/version.lisp-expr index c969caf..d3e37d0 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4