diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-10-11 23:06:47 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-10-11 23:06:47 +0000 |
commit | a6451255438d964985e23d3625516f6c8189bd93 (patch) | |
tree | 9068911c51cfa6638670a763d83cbdbcbc21911f /sys/arch/landisk/stand/boot/libsa.h | |
parent | 7af7459b2834d8ea9f90bb04df8f589b8bbce55b (diff) |
flush the cache before jumping into the just loaded kernel.
Now it succesfully gets into the kernel 100%
Diffstat (limited to 'sys/arch/landisk/stand/boot/libsa.h')
-rw-r--r-- | sys/arch/landisk/stand/boot/libsa.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |