md: drivers/md/unroll.pl replaced with awk analog

drivers/md/unroll.pl replaced by awk script to drop build-time
dependency on perl

Signed-off-by: Vladimir Dronnikov <dronnikov@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
Vladimir Dronnikov
2009-10-16 16:25:19 +11:00
committed by NeilBrown
parent ae8fa2831b
commit dce3a7a42d
6 changed files with 54 additions and 58 deletions

View File

@@ -15,7 +15,7 @@
*
* $#-way unrolled portable integer math RAID-6 instruction set
*
* This file is postprocessed using unroll.pl
* This file is postprocessed using unroll.awk
*/
#include <linux/raid/pq.h>