1. NAME

sq_unmap - Unmap a Store Queue allocation

2. SYNOPSIS

void sq_unmap(unsigned long  vaddr );

3. ARGUMENTS

vaddr
    Pre-allocated Store Queue mapping.

4. DESCRIPTION

Unmaps the store queue allocation map that was previously created by sq_remap. Also frees up the pte that was previously inserted into the kernel page table and discards the UTLB translation.

5. AUTHOR

Paul Mundt <>
    Author.

6. COPYRIGHT