* [PATCH] fix ip27 build
@ 2006-04-19 15:12 Atsushi Nemoto
2006-04-24 9:55 ` Ralf Baechle
0 siblings, 1 reply; 4+ messages in thread
From: Atsushi Nemoto @ 2006-04-19 15:12 UTC (permalink / raw)
To: linux-mips; +Cc: ralf
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
diff --git a/arch/mips/sgi-ip27/ip27-timer.c b/arch/mips/sgi-ip27/ip27-timer.c
index cddf1ce..36b662e 100644
--- a/arch/mips/sgi-ip27/ip27-timer.c
+++ b/arch/mips/sgi-ip27/ip27-timer.c
@@ -122,7 +122,7 @@ again:
xtime.tv_sec > last_rtc_update + 660 &&
(xtime.tv_nsec / 1000) >= 500000 - ((unsigned) TICK_SIZE) / 2 &&
(xtime.tv_nsec / 1000) <= 500000 + ((unsigned) TICK_SIZE) / 2) {
- if (rtc_set_time(xtime.tv_sec) == 0) {
+ if (rtc_mips_set_time(xtime.tv_sec) == 0) {
last_rtc_update = xtime.tv_sec;
} else {
last_rtc_update = xtime.tv_sec - 600;
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] fix ip27 build
2006-04-19 15:12 [PATCH] fix ip27 build Atsushi Nemoto
@ 2006-04-24 9:55 ` Ralf Baechle
0 siblings, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2006-04-24 9:55 UTC (permalink / raw)
To: Atsushi Nemoto; +Cc: linux-mips
On Thu, Apr 20, 2006 at 12:12:05AM +0900, Atsushi Nemoto wrote:
Thanks, applied.
Ralf
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] Fix IP27 build
@ 2007-06-01 14:40 Atsushi Nemoto
2007-06-07 18:18 ` Ralf Baechle
0 siblings, 1 reply; 4+ messages in thread
From: Atsushi Nemoto @ 2007-06-01 14:40 UTC (permalink / raw)
To: linux-mips; +Cc: ralf
IP27 does not have ZONE_DMA now.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
---
diff --git a/arch/mips/sgi-ip27/ip27-memory.c b/arch/mips/sgi-ip27/ip27-memory.c
index fe8a106..e5e023f 100644
--- a/arch/mips/sgi-ip27/ip27-memory.c
+++ b/arch/mips/sgi-ip27/ip27-memory.c
@@ -517,7 +517,7 @@ void __init paging_init(void)
pfn_t start_pfn = slot_getbasepfn(node, 0);
pfn_t end_pfn = node_getmaxclick(node) + 1;
- zones_size[ZONE_DMA] = end_pfn - start_pfn;
+ zones_size[ZONE_NORMAL] = end_pfn - start_pfn;
free_area_init_node(node, NODE_DATA(node),
zones_size, start_pfn, NULL);
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Fix IP27 build
2007-06-01 14:40 [PATCH] Fix IP27 build Atsushi Nemoto
@ 2007-06-07 18:18 ` Ralf Baechle
0 siblings, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2007-06-07 18:18 UTC (permalink / raw)
To: Atsushi Nemoto; +Cc: linux-mips
On Fri, Jun 01, 2007 at 11:40:59PM +0900, Atsushi Nemoto wrote:
> IP27 does not have ZONE_DMA now.
Applied also.
Thanks!
Ralf
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-06-07 18:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-01 14:40 [PATCH] Fix IP27 build Atsushi Nemoto
2007-06-07 18:18 ` Ralf Baechle
-- strict thread matches above, loose matches on Subject: below --
2006-04-19 15:12 [PATCH] fix ip27 build Atsushi Nemoto
2006-04-24 9:55 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox