X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fppc-arch.h;h=be871d8c3e7055ceedf902f177bc1ae621217498;hb=371577a214ce2659c271279ad48e4c42e1c0c93e;hp=0c5f964523d6ec46b76b9261bef642207c0c807b;hpb=79cc569a97e444389350ea3f5b1017374fe16bec;p=sbcl.git diff --git a/src/runtime/ppc-arch.h b/src/runtime/ppc-arch.h index 0c5f964..be871d8 100644 --- a/src/runtime/ppc-arch.h +++ b/src/runtime/ppc-arch.h @@ -16,4 +16,6 @@ release_spinlock(lispobj *word) #define ARCH_HAS_LINK_REGISTER +extern void ppc_flush_icache(os_vm_address_t address, os_vm_size_t length); + #endif /* _PPC_ARCH_H */