On Sun, 26 Aug 2012 20:59:25 +0200 Stefan Tauner stefan.tauner@student.tuwien.ac.at wrote:
Previously the code was focused on architectures which led to lots of duplicate code and spread the information regarding differences between the architectures accross the file.
With this patch there is a single function header for any function and the differentiation between architectures (and OS where needed) happens in one place. Also, this patch adds simple defines to bundle often used arch and os checks. A central check for unknown architectures and OSes has been added on top.
Signed-off-by: Peter Lemenkov lemenkov@gmail.com Signed-off-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at
self-acked and committed in r1638. thanks again, peter!