Rev 1793 | Rev 1851 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1793 | Rev 1842 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | #include <arch/trap/trap.h> |
45 | #include <arch/trap/trap.h> |
46 | #include <panic.h> |
46 | #include <panic.h> |
47 | #include <arch/asm.h> |
47 | #include <arch/asm.h> |
48 | #include <symtab.h> |
48 | #include <symtab.h> |
49 | 49 | ||
50 | #include <arch/drivers/fb.h> |
- | |
51 | #include <arch/drivers/i8042.h> |
- | |
52 | - | ||
53 | char *context_encoding[] = { |
50 | char *context_encoding[] = { |
54 | "Primary", |
51 | "Primary", |
55 | "Secondary", |
52 | "Secondary", |
56 | "Nucleus", |
53 | "Nucleus", |
57 | "Reserved" |
54 | "Reserved" |
58 | }; |
55 | }; |
59 | 56 | ||
60 | void tlb_arch_init(void) |
57 | void tlb_arch_init(void) |
61 | { |
58 | { |
62 | /* |
59 | /* |
63 | * TLBs are actually initialized by |
60 | * TLBs are actually initialized early |
64 | * take_over_tlb_and_tt() early |
- | |
65 | * in start.S. |
61 | * in start.S. |
66 | */ |
62 | */ |
67 | } |
63 | } |
68 | 64 | ||
69 | /** Insert privileged mapping into DMMU TLB. |
65 | /** Insert privileged mapping into DMMU TLB. |