from netbsd; enable interrupts
authorderaadt <deraadt@openbsd.org>
Fri, 15 Dec 1995 01:55:30 +0000 (01:55 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 15 Dec 1995 01:55:30 +0000 (01:55 +0000)
sys/arch/sparc/stand/srt0.S

index 6a8d538..b31e322 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: srt0.S,v 1.4 1995/09/16 23:20:37 pk Exp $      */
+/*     $NetBSD: srt0.S,v 1.5 1995/12/13 23:35:18 pk Exp $      */
 
 /*
  * Copyright (c) 1994 Paul Kranenburg
@@ -102,6 +102,14 @@ start:
        call    _bzero
         sub    %o1, %o0, %o1
 
+       /*
+        * Enable interrupts.
+        */
+       rd      %psr, %o0
+       andn    %o0, PSR_PIL, %o0
+       wr      %g0, %o0, %psr
+       nop; nop; nop
+
        /*
         * Set CPU type that we are running on.
         */