/* * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. */ #ifndef __SOC_TEGRA_AHB_H__ #define __SOC_TEGRA_AHB_H__ extern int tegra_ahb_enable_smmu(struct device_node *ahb); #endif /* __SOC_TEGRA_AHB_H__ */ gi/'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/sched/em_ipset.c
r>
AgeCommit message (Expand)AuthorFilesLines
authorMike Kravetz <mike.kravetz@oracle.com>2016-12-19 19:17:08 -0800
committerDavid S. Miller <davem@davemloft.net>2016-12-27 10:56:55 -0800
commit4bbc84ffd137fe43d68aa633d317b0a96de8a828 (patch)
treeba524f8be6c500f2ac55e5398aa23b737851a3d7
parentba6d973f78eb62ffebb32f6ef3334fc9a3b33d22 (diff)
sparc: use symbolic names for tsb indexing
Use symbolic names MM_TSB_BASE and MM_TSB_HUGE instead of numeric values 0 and 1 in __tsb_context_switch. Code cleanup only, no functional change. Suggested-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com> Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat