diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2015-10-30 18:10:57 -0200 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2016-05-23 19:47:37 -0300 |
commit | 3e2c0e062f0963a6b73b0cd1990fad79495463d9 (patch) | |
tree | d2f662f76bb46956c9b4cf1d948fe7ae358ca66c /bsd-user | |
parent | 9cf2cc3d8237732946720d78bf9aec0064026ed8 (diff) |
cpu: Eliminate cpudef_init(), cpudef_setup()
x86_cpudef_init() doesn't do anything anymore, cpudef_init(),
cpudef_setup(), and x86_cpudef_init() can be finally removed.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'bsd-user')
-rw-r--r-- | bsd-user/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bsd-user/main.c b/bsd-user/main.c index 8e338c7f22..9f592be96f 100644 --- a/bsd-user/main.c +++ b/bsd-user/main.c @@ -753,9 +753,6 @@ int main(int argc, char **argv) } cpu_model = NULL; -#if defined(cpudef_setup) - cpudef_setup(); /* parse cpu definitions in target config file (TBD) */ -#endif optind = 1; for(;;) { |