From 9754d58b02a6b866bb2c8f9d0ac7b11cb0946ae9 Mon Sep 17 00:00:00 2001 From: Thomas Bogendoerfer Date: Tue, 11 Sep 2007 12:43:55 +0200 Subject: [PATCH] --- yaml --- r: 64854 b: refs/heads/master c: 01e9943c79ad4edb2c0b76c99029e34d704223ce h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/sgi-ip22/ip22-time.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 702c565128fe..15b7d7a96261 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0ba8bc60ca482d678fcc63af44b243de6555dab5 +refs/heads/master: 01e9943c79ad4edb2c0b76c99029e34d704223ce diff --git a/trunk/arch/mips/sgi-ip22/ip22-time.c b/trunk/arch/mips/sgi-ip22/ip22-time.c index 8e88a442b22a..de3d01823ad5 100644 --- a/trunk/arch/mips/sgi-ip22/ip22-time.c +++ b/trunk/arch/mips/sgi-ip22/ip22-time.c @@ -114,8 +114,8 @@ static unsigned long dosample(void) } while (msb); /* Stop the counter. */ - writeb(sgint->tcword, (SGINT_TCWORD_CNT2 | SGINT_TCWORD_CALL | - SGINT_TCWORD_MSWST)); + writeb(SGINT_TCWORD_CNT2 | SGINT_TCWORD_CALL | SGINT_TCWORD_MSWST, + &sgint->tcword); /* * Return the difference, this is how far the r4k counter increments * for every 1/HZ seconds. We round off the nearest 1 MHz of master