From a6451255438d964985e23d3625516f6c8189bd93 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Wed, 11 Oct 2006 23:06:47 +0000 Subject: flush the cache before jumping into the just loaded kernel. Now it succesfully gets into the kernel 100% --- sys/arch/landisk/stand/boot/libsa.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/landisk/stand/boot/libsa.h') diff --git a/sys/arch/landisk/stand/boot/libsa.h b/sys/arch/landisk/stand/boot/libsa.h index 5b24d33fd0a..8f961db3ba0 100644 --- a/sys/arch/landisk/stand/boot/libsa.h +++ b/sys/arch/landisk/stand/boot/libsa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: libsa.h,v 1.1 2006/10/06 21:48:50 mickey Exp $ */ +/* $OpenBSD: libsa.h,v 1.2 2006/10/11 23:06:46 drahn Exp $ */ /* * Copyright (c) 2006 Michael Shalayeff @@ -32,3 +32,4 @@ int blkdevstrategy(void *, int, daddr_t, size_t, void *, size_t *); void scif_init(unsigned int); int scif_getc(void); void scif_putc(int); +void cache_flush(void); -- cgit v1.2.3