Merge remote-tracking branch 'keys/keys-next'
[deliverable/linux.git] / arch / s390 / mm / pageattr.c
index af7cf28cf97edcc71551917cf66cfb0214f56946..44f150312a16195b5a21821b2d8fe7c458d8cb09 100644 (file)
@@ -309,11 +309,11 @@ static void ipte_range(pte_t *pte, unsigned long address, int nr)
        int i;
 
        if (test_facility(13)) {
-               __ptep_ipte_range(address, nr - 1, pte);
+               __ptep_ipte_range(address, nr - 1, pte, IPTE_GLOBAL);
                return;
        }
        for (i = 0; i < nr; i++) {
-               __ptep_ipte(address, pte);
+               __ptep_ipte(address, pte, IPTE_GLOBAL);
                address += PAGE_SIZE;
                pte++;
        }
This page took 0.025987 seconds and 5 git commands to generate.