#!/bin/sh
if grep -q sysprof=1 /proc/cmdline && \
    test -f /lib/sysprof/sysprof.ko; then
	insmod /lib/sysprof/sysprof.ko mode=0444
fi
