1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Wrap long lines.

This commit is contained in:
Jake Burkholder 2002-02-27 00:28:35 +00:00
parent 9d16662aa3
commit d689965cb4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91338

View File

@ -75,7 +75,8 @@ tsb_kvtotte(vm_offset_t va)
return (tsb_kvpntotte(va >> PAGE_SHIFT));
}
typedef int (tsb_callback_t)(struct pmap *, struct pmap *, struct tte *, vm_offset_t);
typedef int (tsb_callback_t)(struct pmap *, struct pmap *, struct tte *,
vm_offset_t);
struct tte *tsb_tte_lookup(pmap_t pm, vm_offset_t va);
void tsb_tte_remove(struct tte *stp);