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

Commit 38c0b2c2 authored by Tony Luck's avatar Tony Luck
Browse files

[IA64] Fix compile warnings in setup.c



arch/ia64/kernel/setup.c: In function `show_cpuinfo':
arch/ia64/kernel/setup.c:576: warning: long unsigned int format, different type arg (arg 12)
arch/ia64/kernel/setup.c:576: warning: long unsigned int format, different type arg (arg 13)

Introduced by 95235ca2

Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 5c3eee79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -518,7 +518,7 @@ show_cpuinfo (struct seq_file *m, void *v)
	char family[32], features[128], *cp, sep;
	struct cpuinfo_ia64 *c = v;
	unsigned long mask;
	unsigned int proc_freq;
	unsigned long proc_freq;
	int i;

	mask = c->features;