Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146739
b: refs/heads/master
c: 7b551f9
h: refs/heads/master
i:
  146737: 3c53971
  146735: 050594e
v: v3
  • Loading branch information
Paul Mundt committed May 8, 2009
1 parent 8fefca8 commit 9063e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ccdaeb4c8f982900a2abf722e34b60131394d8eb
refs/heads/master: 7b551f9daa9bd9533ba4ce31622ed4be1dd97d3e
4 changes: 1 addition & 3 deletions trunk/arch/sh/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ static void __init reserve_crashkernel(void)
&crash_size, &crash_base);
if (ret == 0 && crash_size) {
if (crash_base <= 0) {
vp = alloc_bootmem_nopanic(crash_size);
vp = alloc_bootmem_nopanic(crash_size);
if (!vp) {
printk(KERN_INFO "crashkernel allocation "
"failed\n");
Expand Down Expand Up @@ -185,7 +185,6 @@ static inline void __init reserve_crashkernel(void)
{}
#endif

#ifndef CONFIG_GENERIC_CALIBRATE_DELAY
void __cpuinit calibrate_delay(void)
{
struct clk *clk = clk_get(NULL, "cpu_clk");
Expand All @@ -201,7 +200,6 @@ void __cpuinit calibrate_delay(void)
(loops_per_jiffy/(5000/HZ)) % 100,
loops_per_jiffy);
}
#endif

void __init __add_active_range(unsigned int nid, unsigned long start_pfn,
unsigned long end_pfn)
Expand Down

0 comments on commit 9063e18

Please sign in to comment.