From 789b508d538e6faf635e49f268a4f1f9e9b65f05 Mon Sep 17 00:00:00 2001
From: Robert Morris <rtm@nephron.lcs.mit.edu>
Date: Wed, 11 Aug 2010 14:34:45 -0400
Subject: uptime() sys call for benchmarking increase PHYSTOP

---
 usys.S | 1 +
 1 file changed, 1 insertion(+)

(limited to 'usys.S')

diff --git a/usys.S b/usys.S
index 2291b02..8bfd8a1 100644
--- a/usys.S
+++ b/usys.S
@@ -28,3 +28,4 @@ SYSCALL(dup)
 SYSCALL(getpid)
 SYSCALL(sbrk)
 SYSCALL(sleep)
+SYSCALL(uptime)
-- 
cgit v1.2.3