i386/pc386: Clean up and fix warnings

This commit is contained in:
Joel Sherrill
2014-10-12 08:31:32 -05:00
parent 12579b2d90
commit 888fadaf53
6 changed files with 25 additions and 22 deletions

View File

@@ -98,6 +98,10 @@ static interrupt_gate_descriptor idtEntry;
static rtems_raw_irq_global_settings raw_initial_config;
/*
* This method is called from irq_asm.S and cannot be static.
*/
void raw_idt_notify(void)
{
printk("raw_idt_notify has been called \n");