Rev 684 | Rev 740 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 684 | Rev 727 | ||
|---|---|---|---|
| Line 45... | Line 45... | ||
| 45 | ## Compile with page hash table support. |
45 | ## Compile with page hash table support. |
| 46 | # |
46 | # |
| 47 | 47 | ||
| 48 | CONFIG_PAGE_HT = y |
48 | CONFIG_PAGE_HT = y |
| 49 | 49 | ||
| - | 50 | ## Compile with support for address space identifiers. |
|
| - | 51 | # |
|
| - | 52 | ||
| - | 53 | CONFIG_ASID = y |
|
| - | 54 | ||
| - | 55 | ||
| 50 | ARCH_SOURCES = \ |
56 | ARCH_SOURCES = \ |
| 51 | arch/$(ARCH)/src/start.S \ |
57 | arch/$(ARCH)/src/start.S \ |
| 52 | arch/$(ARCH)/src/asm.S \ |
58 | arch/$(ARCH)/src/asm.S \ |
| 53 | arch/$(ARCH)/src/dummy.s \ |
59 | arch/$(ARCH)/src/dummy.s \ |
| 54 | arch/$(ARCH)/src/ia64.c \ |
60 | arch/$(ARCH)/src/ia64.c \ |