summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-12-22 10:12:21 +0100
committerTobias Klauser <tklauser@distanz.ch>2016-12-22 14:36:47 +0100
commit34c1b4cc87ea990ea262694cdf8ee681bfdef6d2 (patch)
tree69aec1746fd486eec022bdfe603c7a9cf9f3de17 /debian
parent0a2f068a48e85f3f0e7b4cb29036e003e51cfa88 (diff)
build: Add release target
Add a release target to the Makefile (akin to the one from netsniff-ng) in order to streamline the release process. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'debian')
0 files changed, 0 insertions, 0 deletions
iv>
The __cpuinit type of throwaway sections might have made sense some time ago when RAM was more constrained, but now the savings do not offset the cost and complications. For example, the fix in commit 5e427ec2d0 ("x86: Fix bit corruption at CPU resume time") is a good example of the nasty type of bugs that can be created with improper use of the various __init prefixes. After a discussion on LKML[1] it was decided that cpuinit should go the way of devinit and be phased out. Once all the users are gone, we can then finally remove the macros themselves from linux/init.h. This removes all the alpha uses of the __cpuinit macros. [1] https://lkml.org/lkml/2013/5/20/589 Cc: Richard Henderson <rth@twiddle.net> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Cc: Matt Turner <mattst88@gmail.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/arm/mm/proc-mohawk.S')