removed __interrupt__ attribute from mmutr_miss()

This commit is contained in:
Markus Fröschle
2013-11-21 19:59:26 +00:00
parent 6c8fe0760e
commit 67ed9b04c5

View File

@@ -33,6 +33,6 @@ extern long video_tlb;
extern long video_sbt;
extern void mmu_init(void);
extern void mmutr_miss(void) __attribute__((interrupt));
extern void mmutr_miss(void);
#endif /* _MMU_H_ */