summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/sf_buf.h
Commit message (Collapse)AuthorAgeFilesLines
* MFamd64alc2004-04-181-8/+9
| | | | | Simplify the sf_buf implementation. In short, make it a veneer over the direct virtual-to-physical mapping.
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-161-0/+57
physical mapping. - Move the sf_buf API to its own header file; make struct sf_buf's definition machine dependent. In this commit, we remove an unnecessary field from struct sf_buf on the alpha, amd64, and ia64. Ultimately, we may eliminate struct sf_buf on those architecures except as an opaque pointer that references a vm page.
OpenPOWER on IntegriCloud