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