| /* | |
| * Copyright (c) 2012-2014 Wind River Systems, Inc. | |
| * | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| void main(void) | |
| { | |
| /* Quark: this is an x86 stub to just run ARC; it does nothing | |
| * but start the x86 kernel so it will pass messages from the | |
| * ARC processor via the IPM module. | |
| * | |
| * There is a solution planned for the future that will allow | |
| * this workaround to be removed (without need to support | |
| * backwards compatibility). */ | |
| } |