7 #ifdef CONFIG_CPU_HAS_ASID
10 unsigned int vmalloc_seq
;
13 #ifdef CONFIG_CPU_HAS_ASID
15 #define ASID_MASK ((~0ULL) << ASID_BITS)
16 #define ASID(mm) ((mm)->context.id.counter & ~ASID_MASK)
25 * Copyright (C) 2002, David McCullough <davidm@snapgear.com>
26 * modified for 2.6 by Hyok S. Choi <hyok.choi@samsung.com>
29 unsigned long end_brk
;