aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/errqueue.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2013-06-17 15:51:20 -0400
committerTony Luck <tony.luck@intel.com>2013-06-24 15:44:27 -0700
commitccce9bb83ed20bca52f82ff9d7cf889d23a2ec01 (patch)
tree92603d8bec61c30766dd0ae9e46fff1b6416131e /include/uapi/linux/errqueue.h
parent[IA64] hpsim: Fix check for overlong simscsi prefix. (diff)
[IA64] Delete __cpuinit usage from all ia64 users
The __cpuinit type of throwaway sections might have made sense some time ago when RAM was more constrained, but now the savings do not offset the cost and complications. For example, the fix in commit 5e427ec2d0 ("x86: Fix bit corruption at CPU resume time") is a good example of the nasty type of bugs that can be created with improper use of the various __init prefixes. After a discussion on LKML[1] it was decided that cpuinit should go the way of devinit and be phased out. Once all the users are gone, we can then finally remove the macros themselves from linux/init.h. This removes all the ia64 uses of the __cpuinit macros. [1] https://lkml.org/lkml/2013/5/20/589 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/uapi/linux/errqueue.h')
0 files changed, 0 insertions, 0 deletions
ro' />Thomas Zimmermann1-3/+1 2022-08-10drm/format-helper: Convert drm_fb_swab() to struct iosys_mapThomas Zimmermann1-1/+1 2022-08-10drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann1-1/+2 2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-1/+1 2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä1-0/+1 2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1 2022-05-30drm/mipi-dbi: align max_chunk to 2 in spi_transferYunhao Tian1-0/+7 2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-4/+4 2022-01-14drm/mipi-dbi: Fix source-buffer address in mipi_dbi_buf_copyThomas Zimmermann1-1/+1 2021-11-30drm/mipi-dbi: Remove dependency on GEM CMA helper libraryThomas Zimmermann1-9/+25 2021-11-11drm/format-helper: Rework format-helper conversion functionsThomas Zimmermann1-1/+1 2021-11-11drm/format-helper: Add destination-buffer pitch to drm_fb_swab()Thomas Zimmermann1-1/+1 2021-11-11drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann1-1/+1 2021-07-23drm/mipi-dbi: Use framebuffer dma-buf helpersThomas Zimmermann1-13/+7 2021-06-14drm/dbi: Support DBI typec1 read operationsLinus Walleij1-1/+54 2021-02-17drm: Switch to %p4cc format modifierSakari Ailus1-3/+2 2020-08-11Merge tag 'v5.8' into drm-nextDave Airlie1-1/+1 2020-07-27drm/dbi: Fix SPI Type 1 (9-bit) transferPaul Cercueil1-1/+1 2020-07-20drm: core: Convert device logging to drm_* functions.Suraj Upadhyay1-4/+3 2020-06-24drm/mipi-dbi: Remove ->enabledDaniel Vetter1-10/+6 2020-05-26drm/format-helper: Add drm_fb_swab()Noralf Trønnes1-1/+1 2020-03-26drm/mipi-dbi: Drop explicit drm_mode_config_cleanup callDaniel Vetter1-17/+1 2020-03-26drm/mipi-dbi: Move drm_mode_config_init into mipi libraryDaniel Vetter1-0/+4 2020-03-26drm: Garbage collect drm_dev_finiDaniel Vetter1-1/+0 2020-03-26drm/mipi_dbi: Use drmm_add_final_kfree in all driversDaniel Vetter1-3/+0 2020-03-21drm/mipi-dbi: Make mipi_dbi_command_stackbuf() data parameter constGeert Uytterhoeven1-1/+2 2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-5/+1 2020-01-30drm/mipi-dbi: Remove sending of vblank eventThomas Zimmermann1-9/+0 2020-01-19drm/mipi_dbi: Add support for display offsetsGeert Uytterhoeven1-10/+20 2020-01-02drm/mipi_dbi: Fix off-by-one bugs in mipi_dbi_blank()Geert Uytterhoeven1-2/+2 2019-10-22drm/mipi_dbi: Use simple right shift instead of double negationAndy Shevchenko1-1/+1 2019-10-02drm/print: add drm_debug_enabled()Jani Nikula1-2/+2 2019-09-06drm: Use EOPNOTSUPP, not ENOTSUPPDaniel Vetter1-1/+1 2019-08-26drm/mipi-dbi: fix a loop in debugfs codeDan Carpenter1-2/+1 2019-07-25drm/tinydrm: Move mipi-dbiNoralf Trønnes1-0/+1330