14 Jul, 2006
40 commits
-
With sparsemem, pfn should be checked by pfn_valid() before pfn_to_page().
Signed-off-by: Atsushi Nemoto
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
This patch fixes a typo in arch/mips/sgi-ip22/ip22-time.c, leading to the
incorrect year being set into the RTC chip.Signed-off-by: Julien BLACHE
Signed-off-by: Ralf Baechle -
By the time it's called from time_init interrupts are still disabled.
Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
---
-
Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
Small update, using pr_debug and pr_info.
Signed-off-by: Thiemo Seufer
Signed-off-by: Ralf Baechle -
Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
Long ago in the dark ages this was used a MIPS a.out binary to be used
with Milo which is obsolete since years.Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Thiemo Seufer
Signed-off-by: Ralf Baechle -
Signed-off-by: Ralf Baechle
-
With some memory model other than FLATMEM, the single node can
contains some holes so there might be many invalid pages. For
example, with two 256M memory and one 256M hole, some variables
(num_physpage, totalpages, nr_kernel_pages, nr_all_pages, etc.) will
indicate that there are 768MB on this system. This is not desired
because, for example, alloc_large_system_hash() allocates too many
entries.Use free_area_init_node() with counted zholes_size[] instead of
free_area_init().For num_physpages, use number of ram pages instead of max_low_pfn.
Signed-off-by: Atsushi Nemoto
Signed-off-by: Ralf Baechle -
1. MIPS should select SPARSEMEM_STATIC since allocating bootmem in
memory_present() will corrupt bootmap area.
2. pfn_valid() for SPARSEMEM is defined in linux/mmzone.hSigned-off-by: Atsushi Nemoto
Signed-off-by: Ralf Baechle -
Signed-off-by: Thiemo Seufer
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Thiemo Seufer
Signed-off-by: Ralf Baechle -
this patch restores the behaviour of the old (assembly-written)
interrupt handler, the handler is left as soon as a single interrupt
cause is handled.Signed-off-by: Thiemo Seufer
Signed-off-by: Ralf Baechle -
Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
There should never be a FP exception in kernel mode.
Signed-off-by: Chris Dearman
Signed-off-by: Ralf Baechle -
Signed-off-by: Domen Puncer
Signed-off-by: Ralf Baechle -
The appended patch drops the inline for decode_configs, this saves about
2k of text size.Signed-off-by: Thiemo Seufer
Signed-off-by: Ralf Baechle -
Signed-off-by: Thiemo Seufer
Signed-off-by: Ralf Baechle -
This might be helpfull to debug sparsemem on mips.
Signed-off-by: Atsushi Nemoto
Signed-off-by: Ralf Baechle