]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - arch/hexagon/mm/vm_fault.c
Hexagon: Copyright marking changes
[mirror_ubuntu-jammy-kernel.git] / arch / hexagon / mm / vm_fault.c
index 06695cc4fe58f09f61d73c0e28803de8b9dfbda3..308ef0ce648baeb77ed933a6c30de55a94d96438 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Memory fault handling for Hexagon
  *
- * Copyright (c) 2010-2011 Code Aurora Forum. All rights reserved.
+ * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 and
@@ -113,6 +113,7 @@ good_area:
                                current->min_flt++;
                        if (fault & VM_FAULT_RETRY) {
                                flags &= ~FAULT_FLAG_ALLOW_RETRY;
+                               flags |= FAULT_FLAG_TRIED;
                                goto retry;
                        }
                }