update copyright date to 2013
[dpdk.git] / lib / librte_malloc / malloc_elem.h
index 5c7a428..8a75e0c 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  *   BSD LICENSE
  * 
- *   Copyright(c) 2010-2012 Intel Corporation. All rights reserved.
+ *   Copyright(c) 2010-2013 Intel Corporation. All rights reserved.
  *   All rights reserved.
  * 
  *   Redistribution and use in source and binary forms, with or without 
@@ -50,7 +50,7 @@ struct malloc_elem {
        struct malloc_elem *volatile next_free; /* to make list of free elements */
        volatile enum elem_state state;
        uint32_t pad;
-       volatile size_t size;
+       size_t size;
 #ifdef RTE_LIBRTE_MALLOC_DEBUG
        uint64_t header_cookie;         /* Cookie marking start of data */
                                        /* trailer cookie at start + size */