/* * (C) 2010,2011 Thomas Renninger , Novell Inc. * * Licensed under the terms of the GNU GPL License version 2. * * ToDo: Needs to be done more properly for AMD/Intel specifics */ /* Helper struct for qsort, must be in sync with cpupower_topology.cpu_info */ /* Be careful: Need to pass unsigned to the sort, so that offlined cores are in the end, but double check for -1 for offlined cpus at other places */ #include #include #include #include #include #include /* CPU topology/hierarchy parsing ******************/ n='2'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalah Triki <salah.triki@gmail.com>2016-07-23 22:36:42 +1000
committerLuis de Bethencourt <luisbg@osg.samsung.com>2016-10-08 10:01:12 +0100
commitf7f675406be6eb3736a8690217d7b41d60f6a1aa (patch)
tree705249484cabc9add57f29ca27c92627d8af0001
parentf0f2536fe36671028209e0bd15a2940f2b61cdb5 (diff)
fs: befs: replace befs_bread by sb_bread
Since befs_bread merely calls sb_bread, replace it by sb_bread. Link: http://lkml.kernel.org/r/1466800258-4542-1-git-send-email-salah.triki@gmail.com Signed-off-by: Salah Triki <salah.triki@gmail.com> Acked-by: Luis de Bethencourt <luisbg@osg.samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>