Borislav Petkov wrote: > Sorry, no such thing in the docs to do > > spinlock_t __attribute__((__uninitialized__)) *ptl; > > in order to suppress warnings. But if function size is our concern here, even > shorter would be: > asm("" : "=rm" (ptl)) would do the job, I think, but it's pretty ugly syntactically. J - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- 2.6.21-rc7-mm2
- From: Andrew Morton <[email protected]>
- [PATCH] mm/memory.c: remove warning from an uninitialized spinlock. was: Re: 2.6.21-rc7-mm2
- From: Borislav Petkov <[email protected]>
- Re: [PATCH] mm/memory.c: remove warning from an uninitialized spinlock. was: Re: 2.6.21-rc7-mm2
- From: Andrew Morton <[email protected]>
- Re: [PATCH] mm/memory.c: remove warning from an uninitialized spinlock. was: Re: 2.6.21-rc7-mm2
- From: Borislav Petkov <[email protected]>
- Re: [PATCH] mm/memory.c: remove warning from an uninitialized spinlock. was: Re: 2.6.21-rc7-mm2
- From: Borislav Petkov <[email protected]>
- 2.6.21-rc7-mm2
- Prev by Date: Re: [ext3][kernels >= 2.6.20.7 at least] KDE going comatose when FS is under heavy write load (massive starvation)
- Next by Date: Re: [PATCH -mm 2/2] Introduce freezer flags
- Previous by thread: Re: [PATCH] mm/memory.c: remove warning from an uninitialized spinlock. was: Re: 2.6.21-rc7-mm2
- Next by thread: Re: [PATCH] mm/memory.c: remove warning from an uninitialized spinlock. was: Re: 2.6.21-rc7-mm2
- Index(es):