Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e79f55a8 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Flags must be unsigned long.

parent 781b0f8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);