Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- Date: Mon, 09 Jun 2008 21:11:54 +0200
- From: Andi Kleen <andi@xxxxxxxxxxxxxx>
- Subject: Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
Christoph Lameter <clameter@xxxxxxx> writes: > The problem is that offsets relative to %gs or %fs are limited by the > small memory model that is chosen. Actually they are not. If you really want you can do movabs $64bit,%reg ; op ...,%gs:(%reg) It's just not very efficient compared to small (or rather kernel) model and also older binutils didn't support large model. -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- From: Eric Dumazet
- Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- References:
- [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- From: Christoph Lameter
- Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- From: Andrew Morton
- Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- From: Mike Travis
- Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- From: Eric Dumazet
- Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- From: Christoph Lameter
- [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- Prev by Date: Re: [PATCH 0/6] gcov kernel support
- Next by Date: Re: 2.6.26-rc5-mm1
- Previous by thread: Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- Next by thread: Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- Index(es):