summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-06 19:37:03 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-06 19:37:03 +0000
commit878578119f1e78d0b314a049c367267386120770 (patch)
tree756bd6c5756b8db67d86e6853eafaba096b8e8d3 /sys
parent2892ce47d1355fb9a91721ef6f7950a99c17b1c7 (diff)
add a todo remark
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa/hppa/locore.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/hppa/locore.S b/sys/arch/hppa/hppa/locore.S
index 74791dfcbe1..9f84b0ad326 100644
--- a/sys/arch/hppa/hppa/locore.S
+++ b/sys/arch/hppa/hppa/locore.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.S,v 1.49 2002/02/04 19:52:21 mickey Exp $ */
+/* $OpenBSD: locore.S,v 1.50 2002/02/06 19:37:02 mickey Exp $ */
/*
* Copyright (c) 1998-2001 Michael Shalayeff
@@ -588,6 +588,8 @@ $syscall
* 9 words, which very much overkill for an average of 3.
* we keep it at 10, since bundling will keep it
* at the same speed as 9 anyway.
+ *
+ * TODO: setup the onfault handler
*/
stw arg0, 1*4(sr1, t3) /* XXX can use ,bc */
stw arg1, 2*4(sr1, t3)