aboutsummaryrefslogtreecommitdiff
path: root/pk/pk.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-11-05 16:46:36 -0700
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-11-21 16:54:33 -0800
commit783c0ec83143ad38cae2bf2aa86099fe4b4aa930 (patch)
treed784bce2a3c78ee6500390e868ba29009a960004 /pk/pk.h
parent16a55362caca7f9bd5376eb1af20dbc3581159e2 (diff)
downloadpk-783c0ec83143ad38cae2bf2aa86099fe4b4aa930.zip
pk-783c0ec83143ad38cae2bf2aa86099fe4b4aa930.tar.gz
pk-783c0ec83143ad38cae2bf2aa86099fe4b4aa930.tar.bz2
[pk] various PK cleanups/speedups
Diffstat (limited to 'pk/pk.h')
-rw-r--r--pk/pk.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/pk/pk.h b/pk/pk.h
index 0e56fcc..a1fd0da 100644
--- a/pk/pk.h
+++ b/pk/pk.h
@@ -13,12 +13,6 @@ typedef struct
long insn;
} trapframe_t;
-typedef struct
-{
- uint64_t fpr[32];
- uint32_t fsr;
-} fp_state_t;
-
#define USER_MEM_SIZE 0x70000000
#define USER_MAINVARS_SIZE 0x1000
#define USER_START 0x10000