Hi,
On Mon, Jan 09, 2017 at 08:54:52PM +0300, Dmitry V. Levin wrote:
> On Mon, Jan 09, 2017 at 05:31:37PM +, James Cowgill wrote:
> > On 06/01/17 00:51, Dmitry V. Levin wrote:
> > > On Tue, Jan 03, 2017 at 06:02:44PM +, James Cowgill wrote:
> > >> On 20/12/16 00:36, Steve McIntyre wrote:
>
Hi,
On 13/02/17 14:40, Dmitry V. Levin wrote:
> On Mon, Jan 09, 2017 at 08:54:52PM +0300, Dmitry V. Levin wrote:
>> On Mon, Jan 09, 2017 at 05:31:37PM +, James Cowgill wrote:
>>> On 06/01/17 00:51, Dmitry V. Levin wrote:
On Tue, Jan 03, 2017 at 06:02:44PM +, James Cowgill wrote:
>
On 02/13/2017 08:47 AM, James Cowgill wrote:
>> Is there any simple way for MIPS o32 userspace to find out whether
>> the kernel is not a native MIPS o32? Something less hackish
>> than manually invoking a MIPS n64 syscall?
>
> uname -m is a bit less hackish:
>
> 32-bit kernel: $(uname -m) = mip