From 8e633ab936625fa1e897c5c062f70705996e7b85 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sat, 6 Oct 2007 00:45:52 +0800 Subject: [MEMALLOC] Add pushstackmark This patch gets rid of the stack mark tracking hack by allocating a little bit of stack memory if we're at risk of planting a stack mark which may be grown later. To do this a new function pushstackmark is added which lets the user pick a bigger amount to allocate since some users do that anyway after setting a stack mark. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 383332c..d3c7320 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-06 Herbert Xu + + * Add pushstackmark. + 2007-10-05 Herbert Xu * Made grabstackblock an inline wrapper for stalloc. -- cgit 1.4.1