aboutsummaryrefslogtreecommitdiff
path: root/pk/pk.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-11-11 03:40:24 -0800
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-11-11 03:40:24 -0800
commit8717517e048ff866167d6eee6c6d97225f0cd169 (patch)
treeab36a881f5f6700fb5d30e3abc5580be0c088002 /pk/pk.h
parent2f5776b244a4a2a8297fee9e0160c835430e1f06 (diff)
downloadriscv-pk-8717517e048ff866167d6eee6c6d97225f0cd169.zip
riscv-pk-8717517e048ff866167d6eee6c6d97225f0cd169.tar.gz
riscv-pk-8717517e048ff866167d6eee6c6d97225f0cd169.tar.bz2
Synced up PK with supervisor changes/asm syntax
You must upgrade to the latest compiler and ISA simulator to build and run this version of the PK.
Diffstat (limited to 'pk/pk.h')
-rw-r--r--pk/pk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pk/pk.h b/pk/pk.h
index f7cee78..4c343a5 100644
--- a/pk/pk.h
+++ b/pk/pk.h
@@ -28,6 +28,7 @@ extern "C" {
extern int have_fp;
extern int have_vector;
+extern uint32_t mem_mb;
int emulate_fp(trapframe_t*);
void init_fp(trapframe_t* tf);