Changeset d71007e in mainline
- Timestamp:
- 2006-03-22T22:21:26Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d2ab461
- Parents:
- 23684b7
- Location:
- arch
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/Makefile.inc
r23684b7 rd71007e 63 63 64 64 CONFIG_PAGE_PT = y 65 DEFS += -DCONFIG_PAGE_PT 65 66 66 67 ## Compile with i8042 support. -
arch/ia32/Makefile.inc
r23684b7 rd71007e 82 82 83 83 CONFIG_PAGE_PT = y 84 DEFS += -DCONFIG_PAGE_PT 84 85 85 86 ## Compile with i8042 controller support -
arch/ia64/Makefile.inc
r23684b7 rd71007e 56 56 57 57 CONFIG_PAGE_HT = y 58 DEFS += -DCONFIG_PAGE_HT 58 59 59 60 ## Compile with support for address space identifiers. -
arch/mips32/Makefile.inc
r23684b7 rd71007e 53 53 54 54 CONFIG_PAGE_PT = y 55 DEFS += -DCONFIG_PAGE_PT 55 56 56 57 ## Compile with support for address space identifiers. -
arch/ppc32/Makefile.inc
r23684b7 rd71007e 53 53 54 54 CONFIG_PAGE_PT = y 55 DEFS += -DCONFIG_PAGE_PT 55 56 56 57 ARCH_SOURCES = \ -
arch/sparc64/Makefile.inc
r23684b7 rd71007e 53 53 54 54 CONFIG_PAGE_HT = y 55 DEFS += -DCONFIG_PAGE_HT 55 56 56 57 ## Compile with support for address space identifiers.
Note:
See TracChangeset
for help on using the changeset viewer.