summaryrefslogtreecommitdiff
path: root/debian/patches/upstreamme0001-kern-bootstrap-deallocate-task.patch
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-07-21 23:00:21 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-07-21 23:00:21 +0200
commit9661edbc2166b44e32f16e802e3317710678c6af (patch)
tree8c947d2ca33d299745ac3ae3a26874a9ab193a61 /debian/patches/upstreamme0001-kern-bootstrap-deallocate-task.patch
parentb3c282963ac7ce7f0f9b39503a81594f2c2108dc (diff)
add patch series
Diffstat (limited to 'debian/patches/upstreamme0001-kern-bootstrap-deallocate-task.patch')
-rw-r--r--debian/patches/upstreamme0001-kern-bootstrap-deallocate-task.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/upstreamme0001-kern-bootstrap-deallocate-task.patch b/debian/patches/upstreamme0001-kern-bootstrap-deallocate-task.patch
new file mode 100644
index 0000000..c96cfd2
--- /dev/null
+++ b/debian/patches/upstreamme0001-kern-bootstrap-deallocate-task.patch
@@ -0,0 +1,25 @@
+From 890a2f6228b479fd0a0084d6f7b0d36f43f28b74 Mon Sep 17 00:00:00 2001
+From: Justus Winter <4winter@informatik.uni-hamburg.de>
+Date: Sun, 19 Jul 2015 18:50:29 +0200
+Subject: [PATCH gnumach 1/5] kern/bootstrap: deallocate task
+
+* kern/bootstrap.c (boot_script_free_task): Deallocate task.
+---
+ kern/bootstrap.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/kern/bootstrap.c b/kern/bootstrap.c
+index 50388ad..03f4f0f 100644
+--- a/kern/bootstrap.c
++++ b/kern/bootstrap.c
+@@ -836,6 +836,7 @@ boot_script_free_task (task_t task, int aborting)
+ {
+ if (aborting)
+ task_terminate (task);
++ task_deallocate (task);
+ }
+
+ int
+--
+2.1.4
+