diff options
Diffstat (limited to '0030-common-memory-Fix-ifdefs-for-ptdom_max_order.patch')
-rw-r--r-- | 0030-common-memory-Fix-ifdefs-for-ptdom_max_order.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0030-common-memory-Fix-ifdefs-for-ptdom_max_order.patch b/0030-common-memory-Fix-ifdefs-for-ptdom_max_order.patch index a9bf845..b4f6881 100644 --- a/0030-common-memory-Fix-ifdefs-for-ptdom_max_order.patch +++ b/0030-common-memory-Fix-ifdefs-for-ptdom_max_order.patch @@ -1,7 +1,7 @@ From b64f1c9e3e3a2a416c7bb5aab77ba5d2cba98638 Mon Sep 17 00:00:00 2001 From: Luca Fancellu <luca.fancellu@arm.com> Date: Wed, 27 Jul 2022 09:31:49 +0200 -Subject: [PATCH 30/67] common/memory: Fix ifdefs for ptdom_max_order +Subject: [PATCH 030/126] common/memory: Fix ifdefs for ptdom_max_order In common/memory.c the ifdef code surrounding ptdom_max_order is using HAS_PASSTHROUGH instead of CONFIG_HAS_PASSTHROUGH, fix the @@ -48,5 +48,5 @@ index 297b98a562b2..95b2b934e4a2 100644 order = ptdom_max_order; #endif -- -2.37.3 +2.37.4 |