From 655e3bf1aed4098b7724039db0b5a3770db9db7f Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Mon, 16 May 1994 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1994-05-16 --- carrera/main.c | 2 +- port/taslock.c | 2 +- power/conf.h | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/carrera/main.c b/carrera/main.c index 30d66df5acd4a959d0c6ee40495fb69fbc9b9683..8cd55c76cdc5eba4ca67a4fff49129e1c98e1300 100644 --- a/carrera/main.c +++ b/carrera/main.c @@ -204,7 +204,7 @@ ioinit(int mapeisa) puttlbx(2, Intctlvirt, intphys, isamphys, PGSZ1M); /* Enable all device interrupts */ - IO(ushort, Intenareg) = 0xfff7; + IO(ushort, Intenareg) = 0xffff; /* Map the rom back into Promvirt to allow NMI handling */ promphys = IOPTE|PPN(Promphys); diff --git a/port/taslock.c b/port/taslock.c index 6ac49ada61e215e341528ca488e0433f3f9ff351..75be573ba403bbec1cb383e115e9d7f242f7b8c8 100644 --- a/port/taslock.c +++ b/port/taslock.c @@ -29,7 +29,7 @@ ilock(Lock *l) l->sr = x; return; } -/* print("ilock loop %lux\n", getcallerpc(0)); */ + print("ilock loop %lux\n", getcallerpc(0)); for(;;){ while(l->key) ; diff --git a/power/conf.h b/power/conf.h index 9d4c3f161ceef9382317dc5ec18d9a0f6a10aa09..600b90f38dc532007e1611d291942bb1791cbe72 100644 --- a/power/conf.h +++ b/power/conf.h @@ -16,6 +16,7 @@ Conftab conftab[] = { {"frag", &conf.frag }, {"debugger", &conf.debugger }, {"ialloc", &conf.ialloc }, + {"pipeqsize", &conf.pipeqsize }, { 0, 0 }, };