commit | 2b06ac867176d5d24757bda7e13f6255d6b96d7b | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Mon Feb 04 16:47:59 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Feb 04 16:47:59 2008 +0100 |
tree | 3a9b1e802b46dfc494f50031e51d118724bf9fa6 | |
parent | 2347d933b158932cf2b8aeebae3e5cc16b200bd1 [diff] |
x86: cpuid, msr: use inode mutex instead of big kernel lock Instead of grabbing the BKL on seek, use the inode mutex in the style of generic_file_llseek(). Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>