Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179985
b: refs/heads/master
c: da48247
h: refs/heads/master
i:
  179983: d88a830
v: v3
  • Loading branch information
Russ Anderson authored and H. Peter Anvin committed Jan 27, 2010
1 parent 89a3ee0 commit 632f9bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: b160091802d4a76dd063facb09fcf10bf5d5d747
refs/heads/master: da482474b8396e1a099c37ffc6541b78775aedb4
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpuid.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ static void __exit cpuid_exit(void)
for_each_online_cpu(cpu)
cpuid_device_destroy(cpu);
class_destroy(cpuid_class);
unregister_chrdev(CPUID_MAJOR, "cpu/cpuid");
__unregister_chrdev(CPUID_MAJOR, 0, NR_CPUS, "cpu/cpuid");
unregister_hotcpu_notifier(&cpuid_class_cpu_notifier);
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/msr.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ static void __exit msr_exit(void)
for_each_online_cpu(cpu)
msr_device_destroy(cpu);
class_destroy(msr_class);
unregister_chrdev(MSR_MAJOR, "cpu/msr");
__unregister_chrdev(MSR_MAJOR, 0, NR_CPUS, "cpu/msr");
unregister_hotcpu_notifier(&msr_class_cpu_notifier);
}

Expand Down

0 comments on commit 632f9bd

Please sign in to comment.