aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/timer.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-08-25 15:21:51 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-08-26 18:49:12 -0700
commit17a82e932d67e2885d9fa18d4656ff53337b1130 (patch)
treeafed5d7ff6f15d472853d3f3c4cac333426ae783 /include/linux/timer.h
parent[SERIAL]: Fix 32-bit warnings in sunzilog.c and sunsu.c (diff)
[SPARC32]: Make flush_tlb_kernel_range() an inline function.
This avoids unused variable warnings in places like mm/vmalloc.c: mm/vmalloc.c: In function ‘unmap_kernel_range’: mm/vmalloc.c:75: warning: unused variable ‘start’ caused by it previously being a macro. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/timer.h')
0 files changed, 0 insertions, 0 deletions
seph Myers1-1/+0 2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers1-0/+1 2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers1-0/+1 2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1 2017-12-07Fix ctanh (0 + i NaN), ctanh (0 + i Inf) (bug 22568, DR#471).Joseph Myers1-1/+4 2017-09-13Define and use libm_alias_double.Joseph Myers1-4/+0 2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1 2016-08-19Convert _Complex tangent functions to generated codePaul E. Murphy1-34/+35 2016-08-19Prepare to convert _Complex tangent functionsPaul E. Murphy1-0/+129