move DEFINESET() to another file, otherwise gcc4.6 tries to optimize to much and...
commit54ca9e0cfde9f8b6315faa3cc460eceffaad3774
authorschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 23 Mar 2017 13:07:08 +0000 (23 13:07 +0000)
committerschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 23 Mar 2017 13:07:08 +0000 (23 13:07 +0000)
tree7150b584cce66f0fec1b204d5cc38dc945fbf772
parent1509806198669140ea92d33b3291b3119889884c
move DEFINESET() to another file, otherwise gcc4.6 tries to optimize to much and generates unusable code (it ignores the "weak" attribute and assumes the set is empty (value {0, 0}). This fixes the build with gcc4.6 compiler and, as implication, fixes 64-bit SMP nightly build :)

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54249 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/all-pc/kernel/acpi.c
arch/all-pc/kernel/acpi_set.c [new file with mode: 0644]
arch/all-pc/kernel/mmakefile.src