[parisc-linux-cvs] linux-2.5 tausq
Randolph Chung
Randolph Chung <randolph@tausq.org>
Tue, 8 Oct 2002 23:22:56 -0700
> include/asm-parisc/timex.h
> - define CLOCK_TICK_RATE -- same as all the other archs (why is that?)
need to look at this some more -- why is the value the same for all the
archs?
--- include/asm-parisc/timex.h 18 Jul 2002 16:17:04 -0000 1.2
+++ include/asm-parisc/timex.h 9 Oct 2002 06:08:52 -0000
@@ -9,6 +9,8 @@
#include <asm/system.h>
#include <linux/time.h>
+#define CLOCK_TICK_RATE 1193180 /* Underlying HZ */
+
typedef unsigned long cycles_t;
extern cycles_t cacheflush_time;
> drivers/block/rd.c
> - fix a typo (?)
this one looks like a merge bug upstream.... this is what it looked like
before. there's no sbh defined inside that function
--- drivers/block/rd.c 8 Oct 2002 22:46:45 -0000 1.4
+++ drivers/block/rd.c 9 Oct 2002 06:08:51 -0000
@@ -213,7 +213,7 @@ static int rd_blkdev_pagecache_IO(int rw
kunmap(vec->bv_page);
if (rw == READ) {
- flush_dcache_page(sbh->b_page);
+ flush_dcache_page(page);
} else {
SetPageDirty(page);
}
randolph
--
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/