removed __interrupt__ attribute from mmutr_miss()
This commit is contained in:
@@ -33,6 +33,6 @@ extern long video_tlb;
|
|||||||
extern long video_sbt;
|
extern long video_sbt;
|
||||||
|
|
||||||
extern void mmu_init(void);
|
extern void mmu_init(void);
|
||||||
extern void mmutr_miss(void) __attribute__((interrupt));
|
extern void mmutr_miss(void);
|
||||||
|
|
||||||
#endif /* _MMU_H_ */
|
#endif /* _MMU_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user