Home
last modified time | relevance | path

Searched refs:PASTE2 (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/ia64/kernel/
Dentry.h13 # define PASTE2(x,y) x##y
14 # define PASTE(x,y) PASTE2(x,y)
/linux-2.6.39/include/asm-generic/
Dvmlinux.lds.h58 #define PASTE2(x,y) x##y macro
59 #define PASTE(x,y) PASTE2(x,y)