lkml.org 
[lkml]   [2010]   [Jun]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 02/13] jump label v9: base patch
    On Wed, Jun 09, 2010 at 05:38:57PM -0400, Jason Baron wrote:
    > +#define JUMP_TABLE() \
    > + . = ALIGN(64); \
    > + VMLINUX_SYMBOL(__start___jump_table) = .; \
    > + *(__jump_table) \
    > + VMLINUX_SYMBOL(__stop___jump_table) = .; \
    > +



    Why does it need to be aligned to 64?

    Thanks.



    \
     
     \ /
      Last update: 2010-06-10 00:39    [W:4.560 / U:0.116 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site