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