mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-23 23:03:59 +00:00
tile: remove usage of enum km_type
Acked-by: Chris Metcalf <cmetcalf@tilera.com> Signed-off-by: Cong Wang <amwang@redhat.com>
This commit is contained in:
parent
144cf8647a
commit
61d06c83fc
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ static DEFINE_PER_CPU(struct kmap_amps, amps);
|
||||||
* If we examine it earlier we are exposed to a race where it looks
|
* If we examine it earlier we are exposed to a race where it looks
|
||||||
* writable earlier, but becomes immutable before we write the PTE.
|
* writable earlier, but becomes immutable before we write the PTE.
|
||||||
*/
|
*/
|
||||||
static void kmap_atomic_register(struct page *page, enum km_type type,
|
static void kmap_atomic_register(struct page *page, int type,
|
||||||
unsigned long va, pte_t *ptep, pte_t pteval)
|
unsigned long va, pte_t *ptep, pte_t pteval)
|
||||||
{
|
{
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
|
|
Loading…
Add table
Reference in a new issue