'\" t
.\"     Title: sq_unmap
.\"    Author: 
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\"      Date: March 2017
.\"    Manual: Memory Management
.\"    Source: Kernel Hackers Manual 4.10.7
.\"  Language: English
.\"
.TH "SQ_UNMAP" "9" "March 2017" "Kernel Hackers Manual 4\&.10\&" "Memory Management"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
sq_unmap \- Unmap a Store Queue allocation
.SH "SYNOPSIS"
.HP \w'void\ sq_unmap('u
.BI "void sq_unmap(unsigned\ long\ " "vaddr" ");"
.SH "ARGUMENTS"
.PP
\fIvaddr\fR
.RS 4
Pre\-allocated Store Queue mapping\&.
.RE
.SH "DESCRIPTION"
.PP
Unmaps the store queue allocation
\fImap\fR
that was previously created by
\fBsq_remap\fR\&. Also frees up the pte that was previously inserted into the kernel page table and discards the UTLB translation\&.
.SH "AUTHOR"
.PP
\fBPaul Mundt\fR <\&lethal@linux-sh.org\&>
.RS 4
Author.
.RE
.SH "COPYRIGHT"
.br
