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:
781b0f8
)
[MIPS] Flags must be unsigned long.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 31 Oct 2006 19:53:15 +0000
(19:53 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 31 Oct 2006 20:13:22 +0000
(20:13 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mips-boards/generic/time.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/mips-boards/generic/time.c
b/arch/mips/mips-boards/generic/time.c
index c079e2ae02a1d0484884005f779f6d5e323815e0..659706705005de54b94527910cc4a87e9e68e509 100644
(file)
--- a/
arch/mips/mips-boards/generic/time.c
+++ b/
arch/mips/mips-boards/generic/time.c
@@
-208,7
+208,7
@@
static unsigned int __init estimate_cpu_frequency(void)
count = 6000000;
#endif
#if defined(CONFIG_MIPS_ATLAS) || defined(CONFIG_MIPS_MALTA)
- unsigned
int
flags;
+ unsigned
long
flags;
local_irq_save(flags);