Re: [Beignet] [PATCH] Runtime: Use uanme to get kernel architecture.

2016-06-22 Thread Song, Ruiling
> -Original Message- > From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of > Yang Rong > Sent: Thursday, May 26, 2016 1:17 PM > To: beignet@lists.freedesktop.org > Cc: Yang, Rong R <rong.r.y...@intel.com> > Subject: [Beignet] [PATCH] Runti

[Beignet] [PATCH] Runtime: Use uanme to get kernel architecture.

2016-05-25 Thread Yang Rong
In some systems, the user space is 32 bit, but kernel is 64 bit, so can't use the compiler's flag to determine the kernel'a architecture, use uname to get it. It fix bug: https://bugs.freedesktop.org/show_bug.cgi?id=95245 Signed-off-by: Yang Rong ---