Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60458
b: refs/heads/master
c: 3ac66e3
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Massimo Di Nitto authored and David S. Miller committed Jul 17, 2007
1 parent 761f325 commit 129b3bd
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 7713a7d195c2e11d7ba6a973317da0af862d1264
refs/heads/master: 3ac66e33eaf0b2313f7e3c8c023aa0420577a0c2
4 changes: 2 additions & 2 deletions trunk/arch/sparc64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,9 @@ static int show_cpuinfo(struct seq_file *m, void *__unused)
ncpus_probed,
num_online_cpus(),
dcache_parity_tl1_occurred,
icache_parity_tl1_occurred,
icache_parity_tl1_occurred
#ifndef CONFIG_SMP
cpu_data(0).clock_tick
, cpu_data(0).clock_tick
#endif
);
#ifdef CONFIG_SMP
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ static void migrate_hrtimers(int cpu)
static int __cpuinit hrtimer_cpu_notify(struct notifier_block *self,
unsigned long action, void *hcpu)
{
unsigned int cpu = (long)hcpu;
long cpu = (long)hcpu;

switch (action) {

Expand Down

0 comments on commit 129b3bd

Please sign in to comment.