summaryrefslogtreecommitdiff
path: root/picirq.c
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-09-04 12:41:27 +0000
committerkaashoek <kaashoek>2006-09-04 12:41:27 +0000
commita81e02133a2e8cb20ba62113a67bc9bee746c8bf (patch)
tree557088f8fbfc67cb23f4bd88168e2bebd6a64417 /picirq.c
parent82537b7156b98f5b1277641fef99d0b75a402a95 (diff)
downloadxv6-labs-a81e02133a2e8cb20ba62113a67bc9bee746c8bf.tar.gz
xv6-labs-a81e02133a2e8cb20ba62113a67bc9bee746c8bf.tar.bz2
xv6-labs-a81e02133a2e8cb20ba62113a67bc9bee746c8bf.zip
a few nits
Diffstat (limited to 'picirq.c')
-rw-r--r--picirq.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/picirq.c b/picirq.c
index 86d1d1d..b53e4d4 100644
--- a/picirq.c
+++ b/picirq.c
@@ -1,5 +1,3 @@
-/* See COPYRIGHT for copyright information. */
-
#include "types.h"
#include "x86.h"
#include "traps.h"