what's the purpose of SYMBOL_NAME()

Marty Leisner (mleisner@eng.mc.xerox.com)
Thu, 14 Jun 2001 12:57:33 -0400


I'm read Bovet's "Understand the Linux Kernel"
and looked at the assembly routine setup_idt...

I noticed the assembly has SYMBOL_NAME
(its all over the place).

This is define in include/linux/linkage.h

to just:
#define SYMBOL_NAME(X) X

(this wasn't in Bovet's book).

What's the purpose?

marty mleisner@eng.mc.xerox.com
Don't confuse education with schooling.
Milton Friedman to Yogi Berra
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/