Commit 3972dfab authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] create an architecture specific flat header for m68knommu

Add a per-architecture flat.h flat format executable header. The idea is
to support the different options required in a clean way. For starters
we need to be able to configure the initial stack layout, and this
differs for different CPU types.

This first patch adds the header for the m68knommu architecture.
parent 497a9151
/*
* include/asm-m68knommu/flat.h -- uClinux flat-format executables
*/
#ifndef __M68KNOMMU_FLAT_H__
#define __M68KNOMMU_FLAT_H__
#define flat_argvp_envp_on_stack() 1
#endif /* __M68KNOMMU_FLAT_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment