Commit 0c44e490 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] drop left-over #ifndef __ia64__

From: David Mosberger <davidm@napali.hpl.hp.com>

It used to be that loops_per_jiffy was a macro on ia64, hence it couldn't be
exported.  That's no longer the case though, so there is no point in
inhibiting its export (not that it makes any _sense_ to export that value on
ia64).
parent c3ca375d
......@@ -170,9 +170,7 @@ static int __init obsolete_checksetup(char *line)
still work even if initially too large, it will just take slightly longer */
unsigned long loops_per_jiffy = (1<<12);
#ifndef __ia64__
EXPORT_SYMBOL(loops_per_jiffy);
#endif
/* This is the number of bits of precision for the loops_per_jiffy. Each
bit takes on average 1.5/HZ seconds. This (like the original) is a little
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment