Re: what's the purpose of SYMBOL_NAME()

2001-06-14 Thread Brian Gerst
Marty Leisner wrote: > > 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

what's the purpose of SYMBOL_NAME()

2001-06-14 Thread Marty Leisner
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?

what's the purpose of SYMBOL_NAME()

2001-06-14 Thread Marty Leisner
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?

Re: what's the purpose of SYMBOL_NAME()

2001-06-14 Thread Brian Gerst
Marty Leisner wrote: 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