Skip to content
Snippets Groups Projects
Commit fea25720 authored by Graeme Russ's avatar Graeme Russ
Browse files

x86: Rename i386 to x86

parent dbf7115a
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -29,10 +29,10 @@
#include <asm/types.h>
/* arch/i386/cpu/interrupts.c */
/* arch/x86/cpu/interrupts.c */
void set_vector(u8 intnum, void *routine);
/* arch/i386/lib/interupts.c */
/* arch/x86/lib/interupts.c */
void disable_irq(int irq);
void enable_irq(int irq);
......
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment