Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227290
b: refs/heads/master
c: 8e10230
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jan 5, 2011
1 parent d799b65 commit 4925c45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: 19726cec63aeadad127f9e72ee69240336e37f15
refs/heads/master: 8e1023016cf17152972b98bce6c144834a4916d5
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/processor.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ static int show_cpuinfo(struct seq_file *m, void *v)
unsigned long n = (unsigned long) v - 1;
int i;

s390_adjust_jiffies();
if (!n) {
s390_adjust_jiffies();
seq_printf(m, "vendor_id : IBM/S390\n"
"# processors : %i\n"
"bogomips per cpu: %lu.%02lu\n",
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/s390/char/sclp_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ static void sclp_cpu_capability_notify(struct work_struct *work)
int cpu;
struct sys_device *sysdev;

s390_adjust_jiffies();
pr_warning("cpu capability changed.\n");
get_online_cpus();
for_each_online_cpu(cpu) {
Expand Down

0 comments on commit 4925c45

Please sign in to comment.