Chromium Code Reviews| Index: physmap.c |
| diff --git a/physmap.c b/physmap.c |
| index 70156a67dd19793833475ad00fae7e758a991d2a..4feec35d541debd93f2e4ca358c148048eeb6b7b 100644 |
| --- a/physmap.c |
| +++ b/physmap.c |
| @@ -520,5 +520,5 @@ void cleanup_cpu_msr(void) |
| #endif |
| #endif |
| #else |
| -/* Does MSR exist on non-x86 architectures? */ |
| +/* MSRs do not exist on non-x86 architectures. */ |
|
dhendrix
2011/03/25 04:34:43
You can remove this file from the patch set. We'll
Louis
2011/03/25 10:55:48
Done.
|
| #endif |