Changeset f5dd4a1 in mainline for kernel/arch/mips32/include
- Timestamp:
- 2019-03-31T16:44:21Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f27e21d
- Parents:
- 68d8736
- Location:
- kernel/arch/mips32/include/arch
- Files:
-
- 1 deleted
- 2 edited
- 1 moved
-
drivers/msim.h (deleted)
-
mach/msim/dorder.h (moved) (moved from kernel/arch/mips32/include/arch/smp/dorder.h ) (1 diff)
-
mach/msim/msim.h (modified) (1 diff)
-
mm/page.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/arch/mach/msim/dorder.h
r68d8736 rf5dd4a1 38 38 #include <stdint.h> 39 39 40 extern void dorder_init(void); 40 41 extern uint32_t dorder_cpuid(void); 41 42 extern void dorder_ipi_ack(uint32_t); -
kernel/arch/mips32/include/arch/mach/msim/msim.h
r68d8736 rf5dd4a1 38 38 39 39 #include <arch/machine_func.h> 40 #include <arch/mm/page.h> 41 42 /** Address of devices. */ 43 #define MSIM_VIDEORAM PA2KSEG1(0x10000000) 44 #define MSIM_KBD_ADDRESS PA2KSEG1(0x10000000) 45 #define MSIM_DORDER_ADDRESS PA2KSEG1(0x10000100) 46 47 #define MSIM_KBD_IRQ 2 48 #define MSIM_DORDER_IRQ 5 49 #define MSIM_DDISK_IRQ 6 40 50 41 51 extern struct mips32_machine_ops msim_machine_ops; -
kernel/arch/mips32/include/arch/mm/page.h
r68d8736 rf5dd4a1 43 43 44 44 #ifndef __ASSEMBLER__ 45 # define KSEG12PA(x) (((uintptr_t) (x)) - 0xa0000000) 45 46 # define PA2KSEG1(x) (((uintptr_t) (x)) + 0xa0000000) 46 47 # define KA2PA(x) (((uintptr_t) (x)) - 0x80000000)
Note:
See TracChangeset
for help on using the changeset viewer.
