mc146818rtc: drop unnecessary '#ifdef TARGET_I386'
authorXiao Guangrong <xiaoguangrong@tencent.com>
Wed, 10 May 2017 08:32:58 +0000 (16:32 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 Jun 2017 18:18:35 +0000 (20:18 +0200)
commit388ad5d2969b70242a385031caadef46328bf940
treefef52767d45592df4fe3b9c91a39e82c7fbdc172
parent4aa70a0e9cd0c0332a8369df8c4f6d8e22fafe23
mc146818rtc: drop unnecessary '#ifdef TARGET_I386'

If the code purely depends on LOST_TICK_POLICY_SLEW, we can simply
drop '#ifdef TARGET_I386' as only x86 can enable this tick policy

Signed-off-by: Xiao Guangrong <xiaoguangrong@tencent.com>
Message-Id: <20170510083259.3900-5-xiaoguangrong@tencent.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/timer/mc146818rtc.c