Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77191
b: refs/heads/master
c: 08d0796
h: refs/heads/master
i:
  77189: b7b4f61
  77187: 4d6b63b
  77183: 9c3dbdd
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jan 26, 2008
1 parent 73166d6 commit d23025f
Show file tree
Hide file tree
Showing 9 changed files with 676 additions and 194 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: c05ffc4f2b208da8ba7d3a9b5ab886c76f8939b5
refs/heads/master: 08d07968277cd898c88bf12b7720d89c02c4f139
3 changes: 2 additions & 1 deletion trunk/arch/s390/kernel/early.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,9 @@ void __init startup_init(void)
create_kernel_nss();
sort_main_extable();
setup_lowcore_early();
sclp_readinfo_early();
sclp_read_info_early();
sclp_facilities_detect();
sclp_read_cpu_info_early();
memsize = sclp_memory_detect();
#ifndef CONFIG_64BIT
/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ setup_arch(char **cmdline_p)

void __cpuinit print_cpu_info(struct cpuinfo_S390 *cpuinfo)
{
printk("cpu %d "
printk(KERN_INFO "cpu %d "
#ifdef CONFIG_SMP
"phys_idx=%d "
#endif
Expand Down
Loading

0 comments on commit d23025f

Please sign in to comment.