Remove a dead vtophys() reference.

This commit is contained in:
Scott Long 2005-01-31 01:26:22 +00:00
parent 0ba04c87b3
commit 9e521c8906
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141077

View File

@ -737,12 +737,6 @@ gdt_dec32(addr)
} }
#endif #endif
#if defined(__alpha__)
/* XXX XXX NEED REAL DMA MAPPING SUPPORT XXX XXX */
#undef vtophys
#define vtophys(va) alpha_XXX_dmamap((vm_offset_t)(va))
#endif
extern TAILQ_HEAD(gdt_softc_list, gdt_softc) gdt_softcs; extern TAILQ_HEAD(gdt_softc_list, gdt_softc) gdt_softcs;
extern u_int8_t gdt_polling; extern u_int8_t gdt_polling;