projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d7d03b
)
include/asm-x86/tsc.h: checkpatch cleanups - formatting only
author
Joe Perches
<joe@perches.com>
Sun, 23 Mar 2008 08:03:47 +0000
(
01:03
-0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:28 +0000
(17:41 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/tsc.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-x86/tsc.h
b/include/asm-x86/tsc.h
index 7d3e27f7d484d8ce848951b4f0b48a4d285242c0..d2d8eb5b55f532365f9277b5f776109626f7ed4b 100644
(file)
--- a/
include/asm-x86/tsc.h
+++ b/
include/asm-x86/tsc.h
@@
-42,7
+42,7
@@
static inline cycles_t vget_cycles(void)
if (!cpu_has_tsc)
return 0;
#endif
- return (cycles_t)
__native_read_tsc();
+ return (cycles_t)__native_read_tsc();
}
extern void tsc_init(void);