All of lore.kernel.org
 help / color / mirror / Atom feed
* DEFINE Macro
@ 2012-01-06  3:32 Fredrick
  2012-01-06  6:12 ` mypopy at gmail.com
  2012-01-06 14:09 ` Josh Cartwright
  0 siblings, 2 replies; 4+ messages in thread
From: Fredrick @ 2012-01-06  3:32 UTC (permalink / raw)
  To: kernelnewbies

Hi,

I am not able to understand the DEFINE macro used in
arch/powerpc/kernel/asm-offsets.c

I suppose the DEFINE is present in
include/linux/kbuild.h
where it says
#define DEFINE(sym, val) \
         asm volatile("\n->" #sym " %0 " #val : : "i" (val))

What does the above mean?


-Fredrick

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-06 16:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-06  3:32 DEFINE Macro Fredrick
2012-01-06  6:12 ` mypopy at gmail.com
2012-01-06 14:09 ` Josh Cartwright
2012-01-06 16:09   ` Fredrick

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.