mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
target/*: Remove TARGET_LONG_BITS from cpu-param.h
This is now handled by the configs/targets/*.mak fragment. Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
537600df61
commit
175646f641
19 changed files with 0 additions and 31 deletions
|
@ -21,7 +21,6 @@
|
|||
#ifndef AVR_CPU_PARAM_H
|
||||
#define AVR_CPU_PARAM_H
|
||||
|
||||
#define TARGET_LONG_BITS 32
|
||||
/*
|
||||
* TARGET_PAGE_BITS cannot be more than 8 bits because
|
||||
* 1. all IO registers occupy [0x0000 .. 0x00ff] address range, and they
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue