Ignore:
Timestamp:
Jul 13, 2017, 9:28:06 AM (7 years ago)
Author:
max@…
Message:

build the context

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_interrupt.c

    r168 r193  
    3636 * Timer interrupt
    3737 */
    38 void hal_timer_intr(struct trapframe *tf)
     38void hal_timer_intr(hal_cpu_context_t *tf)
    3939{
    4040        x86_printf("-> got timer: rip=%Z (th=%Z)\n", tf->tf_rip,
     
    4848 * Serial Port (COM1) interrupt
    4949 */
    50 void hal_com1_intr(struct trapframe *tf)
     50void hal_com1_intr(hal_cpu_context_t *tf)
    5151{
    5252        static char prev;
     
    122122 * Keyboard interrupt (8042 PS/2)
    123123 */
    124 void hal_keyboard_intr(struct trapframe *tf)
     124void hal_keyboard_intr(hal_cpu_context_t *tf)
    125125{
    126126        uint64_t val;
Note: See TracChangeset for help on using the changeset viewer.