aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/div64.h
Commit message (Collapse)AuthorAgeFilesLines
* xen: arm64: div64Ian Campbell2013-02-221-1/+16
| | | | | Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Tim Deegan <tim@xen.org>
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
| | | | | | | The emacs variable to set the C style from a local variable block is c-file-style, not c-set-style. Signed-off-by: David Vrabel <david.vrabel@citrix.com
* arm: fixup hard tabsIan Campbell2012-02-131-165/+165
| | | | | | | | | | | | | | Unfortunately the tool I was using to apply patches mangles hard tabs. This patch corrects this in the effected files (which is fortunately only a subset of .S or files imported from Linux). This commit fixes this error such that the tree represents the state it would have been in had I correctly committed what I was sent. "git diff" and "git diff -b" vs. Stefano's v6 branch now contain the same output -- i.e. only the intervening development Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
* arm: header filesStefano Stabellini2012-02-091-0/+235
A simple implementation of everything under asm-arm and arch-arm.h; some of these files are shamelessly taken from Linux. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>