forked from Imagelibrary/rtems
2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/irq/idt.c: unsigned limits to match with i386_get_info_from_IDTR.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* shared/irq/idt.c: unsigned limits to match with
|
||||||
|
i386_get_info_from_IDTR.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ rtems_raw_irq_hdl get_hdl_from_vector(rtems_vector_offset index)
|
|||||||
{
|
{
|
||||||
uint32_t hdl;
|
uint32_t hdl;
|
||||||
interrupt_gate_descriptor* idt_entry_tbl;
|
interrupt_gate_descriptor* idt_entry_tbl;
|
||||||
uint32_t limit;
|
unsigned limit;
|
||||||
|
|
||||||
i386_get_info_from_IDTR (&idt_entry_tbl, &limit);
|
i386_get_info_from_IDTR (&idt_entry_tbl, &limit);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user