aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/sort.h
Commit message (Collapse)AuthorAgeFilesLines
* make sort() generally availableKeir Fraser2010-12-241-0/+10
Rather than having this general library function only on ia64, move it into common code, to be used by x86 exception table sorting too. Signed-off-by: Jan Beulich <jbeulich@novell.com>