Changeset e9fb3133 in rtems for cpukit

Timestamp:
03/13/18 16:14:13 (6 years ago)
Author:
Amaan Cheval <amaan.cheval@…>
Branches:
5, master
Children:
51614c01
Parents:
2e5cf7f
git-author:
Amaan Cheval <amaan.cheval@…> (03/13/18 16:14:13)
git-committer:
Joel Sherrill <joel@…> (03/16/18 16:01:55)
Message:

i386/smp: Define CPU_Interrupt_frame as non-void struct

This change, excluding the #error directive, lets us make progress towards
compiling i386 targets with --enable-smp.

The #error directive needs to be there since the CPU_Interrupt_frame is used by
the SMP context switching code, and this placeholder struct, if used, would only
lead to more subtle bugs and errors. With the directive, the SMP context
switching code can be improved separately.

Updates #3331

(No files)

Note: See TracChangeset for help on using the changeset viewer.