arm: added some missing arch bits and changed asm section for arm compat.

This commit is contained in:
Jerome Duval
2012-04-01 14:03:36 +02:00
parent 8175a2c342
commit 57c324a753
13 changed files with 286 additions and 1 deletions
@@ -10,7 +10,12 @@
#warning ARM: fix system_time()
struct arm_real_time_data {
vint64 system_time_offset;
};
struct arch_real_time_data {
struct arm_real_time_data data[2];
vint32 system_time_conversion_factor;
vint32 version;
};