diff --git a/[refs] b/[refs] index 4820588dfb25..6e52cef669a7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d0959024d8fb6555ba8bfdc6624cc7b7c2e675fd +refs/heads/master: aaabe31c25a439b92cc281b14ca18b85bae7e7a6 diff --git a/trunk/include/linux/timer.h b/trunk/include/linux/timer.h index f3dccdb44f95..1794674c1a52 100644 --- a/trunk/include/linux/timer.h +++ b/trunk/include/linux/timer.h @@ -54,6 +54,7 @@ extern struct tvec_base boot_tvec_bases; .expires = (_expires), \ .data = (_data), \ .base = &boot_tvec_bases, \ + .slack = -1, \ __TIMER_LOCKDEP_MAP_INITIALIZER( \ __FILE__ ":" __stringify(__LINE__)) \ }