From 98509fe71ee1bf815b891ebbd63f4905deab302e Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Tue, 18 Dec 2007 15:21:13 +0100 Subject: [PATCH] --- yaml --- r: 75056 b: refs/heads/master c: 73c4efd2c88a41c8a4810904266a34423b5584e5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/sysctl.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 103a85e8c102..9d893f5d068a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c7af77b584b02d3e321b00203a618a9c93782121 +refs/heads/master: 73c4efd2c88a41c8a4810904266a34423b5584e5 diff --git a/trunk/kernel/sysctl.c b/trunk/kernel/sysctl.c index 1135de730872..c68f68dcc605 100644 --- a/trunk/kernel/sysctl.c +++ b/trunk/kernel/sysctl.c @@ -225,10 +225,10 @@ static struct ctl_table root_table[] = { }; #ifdef CONFIG_SCHED_DEBUG -static unsigned long min_sched_granularity_ns = 100000; /* 100 usecs */ -static unsigned long max_sched_granularity_ns = NSEC_PER_SEC; /* 1 second */ -static unsigned long min_wakeup_granularity_ns; /* 0 usecs */ -static unsigned long max_wakeup_granularity_ns = NSEC_PER_SEC; /* 1 second */ +static int min_sched_granularity_ns = 100000; /* 100 usecs */ +static int max_sched_granularity_ns = NSEC_PER_SEC; /* 1 second */ +static int min_wakeup_granularity_ns; /* 0 usecs */ +static int max_wakeup_granularity_ns = NSEC_PER_SEC; /* 1 second */ #endif static struct ctl_table kern_table[] = {