diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-10-16 17:55:25 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-10-16 17:55:25 +0200 |
commit | 3693b2fa0d17f370556e06a94d52c783cc97497c (patch) | |
tree | 878d68026a82ab1711f5ccad2948c2b292627d14 | |
parent | bd1f13f141be21694d1e6b829c0bcff6acb71a13 (diff) |
drop merged patch
-rw-r--r-- | debian/patches/protected_payload.patch | 87 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 88 deletions
diff --git a/debian/patches/protected_payload.patch b/debian/patches/protected_payload.patch deleted file mode 100644 index 2e98a20..0000000 --- a/debian/patches/protected_payload.patch +++ /dev/null @@ -1,87 +0,0 @@ -diff --git a/include/device/device_types.defs b/include/device/device_types.defs -index ff6cff6..49cc271 100644 ---- a/include/device/device_types.defs -+++ b/include/device/device_types.defs -@@ -63,6 +63,9 @@ type device_t = mach_port_t - #ifdef DEVICE_INTRAN - intran: DEVICE_INTRAN - #endif -+#ifdef DEVICE_INTRAN_PAYLOAD -+ intranpayload: DEVICE_INTRAN_PAYLOAD -+#endif - #ifdef DEVICE_OUTTRAN - outtran: DEVICE_OUTTRAN - #endif -diff --git a/include/mach/mach_types.defs b/include/mach/mach_types.defs -index bfce6cb..85ad653 100644 ---- a/include/mach/mach_types.defs -+++ b/include/mach/mach_types.defs -@@ -139,6 +139,9 @@ type memory_object_t = mach_port_t - #ifdef MEMORY_OBJECT_INTRAN - intran: MEMORY_OBJECT_INTRAN - #endif -+#ifdef MEMORY_OBJECT_INTRAN_PAYLOAD -+ intranpayload: MEMORY_OBJECT_INTRAN_PAYLOAD -+#endif - #ifdef MEMORY_OBJECT_OUTTRAN - outtran: MEMORY_OBJECT_OUTTRAN - #endif -diff --git a/include/mach/memory_object.defs b/include/mach/memory_object.defs -index 1ae36aa..6372ded 100644 ---- a/include/mach/memory_object.defs -+++ b/include/mach/memory_object.defs -@@ -93,6 +93,10 @@ simpleroutine memory_object_terminate( - #ifdef MEMORY_OBJECT_INTRAN - intran: MEMORY_OBJECT_INTRAN - #endif -+#ifdef MEMORY_OBJECT_INTRAN_PAYLOAD -+ intranpayload: -+ MEMORY_OBJECT_INTRAN_PAYLOAD -+#endif - #ifdef MEMORY_OBJECT_DESTRUCTOR - destructor: MEMORY_OBJECT_DESTRUCTOR - #endif -@@ -236,6 +240,9 @@ simpleroutine memory_object_lock_completed( - #ifdef MEMORY_OBJECT_INTRAN - intran: MEMORY_OBJECT_INTRAN - #endif -+#ifdef MEMORY_OBJECT_INTRAN_PAYLOAD -+ intranpayload: MEMORY_OBJECT_INTRAN_PAYLOAD -+#endif - #ifdef MEMORY_OBJECT_DESTRUCTOR - destructor: MEMORY_OBJECT_DESTRUCTOR - #endif -@@ -274,6 +281,9 @@ simpleroutine memory_object_supply_completed( - #ifdef MEMORY_OBJECT_INTRAN - intran: MEMORY_OBJECT_INTRAN - #endif -+#ifdef MEMORY_OBJECT_INTRAN_PAYLOAD -+ intranpayload: MEMORY_OBJECT_INTRAN_PAYLOAD -+#endif - #ifdef MEMORY_OBJECT_DESTRUCTOR - destructor: MEMORY_OBJECT_DESTRUCTOR - #endif -@@ -327,6 +337,9 @@ simpleroutine memory_object_change_completed( - #ifdef MEMORY_OBJECT_INTRAN - intran: MEMORY_OBJECT_INTRAN - #endif -+#ifdef MEMORY_OBJECT_INTRAN_PAYLOAD -+ intranpayload: MEMORY_OBJECT_INTRAN_PAYLOAD -+#endif - #ifdef MEMORY_OBJECT_DESTRUCTOR - destructor: MEMORY_OBJECT_DESTRUCTOR - #endif -diff --git a/include/mach/notify.defs b/include/mach/notify.defs -index 5e59d39..6ba4cde 100644 ---- a/include/mach/notify.defs -+++ b/include/mach/notify.defs -@@ -45,6 +45,9 @@ type notify_port_t = MACH_MSG_TYPE_MOVE_SEND_ONCE - #ifdef NOTIFY_INTRAN - intran: NOTIFY_INTRAN - #endif -+#ifdef NOTIFY_INTRAN_PAYLOAD -+ intranpayload: NOTIFY_INTRAN_PAYLOAD -+#endif - #ifdef NOTIFY_OUTTRAN - outtran: NOTIFY_OUTTRAN - #endif diff --git a/debian/patches/series b/debian/patches/series index 14fccb4..b8a9730 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,5 +4,4 @@ 60_bigmem.patch 70_dde.patch -protected_payload.patch Add-some-padding-to-make-objects-fit-a-single-cache-.patch |